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

Adds support for sqlite #317

Merged
merged 3 commits into from
Oct 3, 2024
Merged

Adds support for sqlite #317

merged 3 commits into from
Oct 3, 2024

Conversation

matthewpeterkort
Copy link
Collaborator

@matthewpeterkort matthewpeterkort commented Sep 17, 2024

Adds Sqlite driver.

Uses https://pkg.go.dev/github.com/mattn/go-sqlite3#section-readme which enables most of the
psql code to be reused.

Grip server with Sqlite driver can be started with either:
grip server -c ./test/sqlite.yml or grip server -d sqlite if you want to use default DB file path

@bwalsh
Copy link
Collaborator

bwalsh commented Sep 18, 2024

nice work!

@kellrott kellrott merged commit b163abb into develop Oct 3, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants