adds initial sqlx migration to set up db schema

This commit is contained in:
Sundog
2023-11-01 10:11:40 -04:00
parent 41a30d1855
commit 227f54e0e4
4 changed files with 799 additions and 3 deletions

View File

@ -7,8 +7,8 @@
# listener - configure instance for a single Person who is focused on listening (a fan, a music collector, someone who wants to share their library with others)
INSTALLATION_MODE=multilabel
# DATABASE_URI represents the connection string for establishing a connection to the data store for this instance
DATABASE_URI=sqlite::memory:
# DATABASE_URL represents the connection string for establishing a connection to the data store for this instance
DATABASE_URL=sqlite://aural_isle.sqlite.db
# FILESTORE takes one of the following values:
# local - use local filesystem for storage
@ -16,7 +16,7 @@ DATABASE_URI=sqlite::memory:
FILESTORE=local
# S3_URI represents the connection string for establishing a connection to the storage system if FILESTORE=s3
S3_URI=
#S3_URI=
# SERVER_ADMIN_NAME is the name to display as the technical/administrative contact for this instance
SERVER_ADMIN_NAME=DJ Sundog