smolban/sql/README.md

8 lines
271 B
Markdown

# Smolban SQL
This directory contains the _reference SQL_ for Smolban. Smolban supports both
SQLite and PostgreSQL.
For implementations that provision and migrate the database:
- [DoobieSqliteDb](../modules/db/src/main/scala/gs/smolban/db/doobie/DoobieSqliteDb.scala)