-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: SQLite support #238
Comments
is this embedded sqlite or is it running as its own instance? |
@matejkramny better is embedded version, because it can be used as portable solution and does not need any additional dependencies on running host |
Go supports the sqlite dialect (as well as postgres). Quick search shows this package: https://github.com/mattn/go-sqlite3 It's definitely possible |
@matejkramny thank you! |
This feature will not be implemented. SQLite require CGo. We want to keep Ansible Semaphore as "Pure Go" software. We working on BultDB support. |
Hello!
It will be very good enhancement to support both MySQL and SQLite databases.
Can you implement this feature, please?
It's the best solution for small teams.
pS: In my case (our team case) we have MySQL server only for running semaphore
The text was updated successfully, but these errors were encountered: