Skip to content

Commit

Permalink
metadata: Use postgres to store and read index file metadata like path
Browse files Browse the repository at this point in the history
  • Loading branch information
tontinton committed May 31, 2024
1 parent 131a76c commit 4ac33f9
Show file tree
Hide file tree
Showing 8 changed files with 829 additions and 84 deletions.
7 changes: 7 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# sudo -u postgres psql
# ALTER USER postgres PASSWORD 'postgres';
DATABASE_URL=postgres://postgres:postgres@127.0.0.1/toshokan

# cargo sqlx prepare
# https://github.com/launchbadge/sqlx/blob/main/sqlx-cli/README.md
SQLX_OFFLINE=true

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4ac33f9

Please sign in to comment.