-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81eb9b7
commit 02229ca
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Sqlite Packages | ||
|
||
Each subpackage targets a specific version of an internal Nix [sqlite] database. | ||
|
||
The user should only edit `schema.sql` and `query.sql`. All other files are generated by [sqlc] via `sqlc generate` from | ||
the root of the repository. | ||
|
||
> Note: when adding a new package, you must edit the `sqlc.yml` file at the root of the repository. | ||
[sqlite]: https://www.sqlite.org/ | ||
[sqlc]: https://github.com/sqlc-dev/sqlc |