Skip to content

Commit

Permalink
Merge pull request #1 from MikeMoolenaar/migrate-to-turso
Browse files Browse the repository at this point in the history
Remove sqlx + PostgreSQL and use Libsql + Turso
  • Loading branch information
MikeMoolenaar authored Mar 14, 2024
2 parents a20286b + 8e688f9 commit 548e67c
Show file tree
Hide file tree
Showing 20 changed files with 973 additions and 742 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
target
**/sqlite.db*
**/local.db*
static/node_modules
fly.toml
1 change: 0 additions & 1 deletion .env

This file was deleted.

2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DATABASE_URL="libsql://..."
LIBSQL_AUTH_TOKEN=""
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/target
sqlite.db*
local.db*
**/node_modules
/static/output.css
/static/dist
.idea
.env
.env.prod
Loading

0 comments on commit 548e67c

Please sign in to comment.