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

sqlite support #134

Open
bearinld004 opened this issue Jun 30, 2023 · 2 comments
Open

sqlite support #134

bearinld004 opened this issue Jun 30, 2023 · 2 comments
Assignees
Labels
feature request Enhancement or feature request

Comments

@bearinld004
Copy link

lighter weight alternative to running postgres and mysql for relational database.

@xyproto
Copy link
Owner

xyproto commented Jun 30, 2023

Thanks for the feature request. There is BoltDB support, which also saves data to a file, but I'll consider also adding in support for SQLite.

Previously, there was no pure Go package that supported SQLite, but I believe there is at least one available now.

@xyproto xyproto self-assigned this Jun 30, 2023
@xyproto xyproto added the feature request Enhancement or feature request label Jun 30, 2023
@bearinld004
Copy link
Author

Thanks for considering this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Enhancement or feature request
Projects
None yet
Development

No branches or pull requests

2 participants