Skip to content

Commit

Permalink
Merge pull request #1 from tontinton/metadata-postgres
Browse files Browse the repository at this point in the history
metadata: Use postgres to store and read index file metadata like path
  • Loading branch information
tontinton authored May 31, 2024
2 parents 131a76c + 4ac33f9 commit bd23f7d
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:[email protected]/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 bd23f7d

Please sign in to comment.