[GH-ISSUE #659] MySQL #435

Closed
opened 2026-02-25 22:37:08 +03:00 by kerem · 6 comments
Owner

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

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
kerem closed this issue 2026-02-25 22:37:08 +03:00
Author
Owner

@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.

<!-- gh-comment-id:693268498 --> @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.
Author
Owner

@ThomasRudloff commented on GitHub (Sep 16, 2020):

Could this be a direction to go?

https://github.com/adamcooke/mysql-http-api

<!-- gh-comment-id:693627892 --> @ThomasRudloff commented on GitHub (Sep 16, 2020): Could this be a direction to go? https://github.com/adamcooke/mysql-http-api
Author
Owner

@ThomasRudloff commented on GitHub (Sep 16, 2020):

Found a second one. The first one is really old.

https://www.aceql.com/

<!-- gh-comment-id:693650996 --> @ThomasRudloff commented on GitHub (Sep 16, 2020): Found a second one. The first one is really old. https://www.aceql.com/
Author
Owner

@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 ❤️

<!-- gh-comment-id:694124684 --> @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 :heart:
Author
Owner

@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! :)

<!-- gh-comment-id:756790278 --> @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! :)
Author
Owner

@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.

<!-- gh-comment-id:1477177532 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#435
No description provided.