Skip to content

Commit

Permalink
feat!: postgresql as storage (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet authored May 4, 2024
1 parent 438a027 commit da0e762
Show file tree
Hide file tree
Showing 35 changed files with 1,904 additions and 1,361 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SQLX_OFFLINE=true
DATABASE_URL=postgres://username:password@localhost/test
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
env:
DASEL_VERSION: https://github.com/TomWright/dasel/releases/download/v1.24.3/dasel_linux_amd64
RUST_VERSION: 1.77.0
FUEL_CORE_VERSION: 0.25.2
FUEL_CORE_VERSION: 0.26.0
IMAGE_NAME: ${{ github.repository }}

jobs:
Expand Down

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

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

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

Loading

0 comments on commit da0e762

Please sign in to comment.