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

Packages for reading sqlite databases #121

Merged
merged 5 commits into from
Oct 14, 2024

Conversation

brianmcgee
Copy link
Contributor

@brianmcgee brianmcgee commented Oct 1, 2024

Does a couple things:

  • sets up a nix devshell with compatibility for flakes and non-flake usage
  • adds a sqlite package with various sub-packages targeting different internal databases

Allows users to perform type-safe queries against the internal SQLite databases by generating code with sqlc.

TODO

@brianmcgee brianmcgee force-pushed the feat/db branch 3 times, most recently from 16e0ac1 to 59c65c9 Compare October 1, 2024 11:38
devshell.nix Outdated Show resolved Hide resolved
flake.nix Outdated Show resolved Hide resolved
flake.nix Outdated Show resolved Hide resolved
.envrc Outdated Show resolved Hide resolved
@brianmcgee brianmcgee merged commit 0327d78 into nix-community:main Oct 14, 2024
8 checks passed
@brianmcgee brianmcgee deleted the feat/db branch October 14, 2024 10:50
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.

2 participants