mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[GH-ISSUE #659] MySQL #435
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#435
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasRudloff on GitHub (Sep 15, 2020).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/659
Hi, is there something like a out of the box solution to use a MySQL server as backend? Actually I do not want to run an HTML or even a cloud server on my network while there is a MySQL8 server already running.
The server is an Odroid H2+ running Oracle Linux. The clients are a Windows XP, a Windows 7 machine and several Raspi 4B running OpenSUSE ARM64 KDE.
How much is the effort to write such an adapter? Is there a template with MySQL server connection where I could put the SQL code in?
Thanks in advance
Thomas
@marcelklehr commented on GitHub (Sep 16, 2020):
Generally it's possible to write new adapters for other backends. I doubt using MySQL as a backend directly is going to work, as floccus can only make http requests.
@ThomasRudloff commented on GitHub (Sep 16, 2020):
Could this be a direction to go?
https://github.com/adamcooke/mysql-http-api
@ThomasRudloff commented on GitHub (Sep 16, 2020):
Found a second one. The first one is really old.
https://www.aceql.com/
@marcelklehr commented on GitHub (Sep 17, 2020):
While I can understand your intentions, I think it would make more sense to focus development efforts on the existing adapters/backends, especially since new adapters have to be maintained as well. Nextcloud bookmarks is already a wrapper around SQL and, while not perfect yet, has a much better user experience than a bare-bones SQL server, IMO. I would encourage you to try it out and perhaps even contribute ❤️
@marcelklehr commented on GitHub (Jan 8, 2021):
You are however welcome to fiddle with this project and add your own adapter for personal use. It's free software after all. Here's the adapters there are so far: https://github.com/marcelklehr/floccus/tree/develop/src/lib/adapters
Cheers! :)
@github-actions[bot] commented on GitHub (Mar 21, 2023):
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.