Choose between PostgreSQL, Turso with Embedded Replicas, or SQLite
service-core/storage/schema.sql
sh scripts/atlas.sh
service-core/storage/queries.sql
sh scripts/sqlc.sh
volumes: - ./service-code:/serivce - /serivce/storage/ environment: DB_PROVIDER: sqlite SQLITE_FILE: /service/storage/data.db
Was this page helpful?