notnotdaniel / pug-schema-manager   0.1.0

Website GitHub

Pure functional Schema Management toolkit for Scala (using Doobie)

Scala versions: 2.13

CI Documentation Maven Central javadoc

Pug Schema Manager

A purely functional toolkit for using Doobie to manage your database schemata.

Documentation

Please see the Documentation Site for usage, or check out the Examples.scala used in tests.

If you have the repository checked out locally, you can run the examples using sbt

sbt "Test/runMain pug.schema.RunStep1"
sbt "Test/runMain pug.schema.RunStep2"
sbt "Test/runMain pug.schema.RunStep3"