Skip to content
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

Closed
rakshazi opened this issue Dec 12, 2016 · 5 comments
Closed

Feature request: SQLite support #238

rakshazi opened this issue Dec 12, 2016 · 5 comments
Assignees

Comments

@rakshazi
Copy link
Contributor

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

@matejkramny
Copy link
Contributor

is this embedded sqlite or is it running as its own instance?

@rakshazi
Copy link
Contributor Author

@matejkramny better is embedded version, because it can be used as portable solution and does not need any additional dependencies on running host

@matejkramny
Copy link
Contributor

Go supports the sqlite dialect (as well as postgres).

Quick search shows this package: https://github.com/mattn/go-sqlite3

It's definitely possible

@rakshazi
Copy link
Contributor Author

@matejkramny thank you!

@matejkramny matejkramny mentioned this issue Apr 18, 2017
22 tasks
@fiftin fiftin added this to the 3.0 milestone Nov 5, 2020
@fiftin fiftin self-assigned this Nov 5, 2020
@fiftin fiftin removed this from the v3.0 milestone Dec 4, 2020
@fiftin
Copy link
Collaborator

fiftin commented Dec 4, 2020

This feature will not be implemented. SQLite require CGo. We want to keep Ansible Semaphore as "Pure Go" software. We working on BultDB support.

@fiftin fiftin closed this as completed Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants