We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96fb85 commit c04f82dCopy full SHA for c04f82d
1 file changed
docs/stack.md
@@ -15,7 +15,7 @@ Bootzooka's stack consists of the following technologies/tools, on the backend:
15
- [Tapir](https://github.com/softwaremill/tapir) (endpoint description library) + [netty](https://netty.io) (backend
16
networking layer)
17
- SQL database, by default [PostgreSQL](https://www.postgresql.org) (persistence)
18
-- [Magnum](https://github.com/AugustNagro/magnum) (type-safe database access) + [flyway](https://flywaydb.org) (schema
+- [parlance](https://github.com/lbialy/parlance) (type-safe database access) + [flyway](https://flywaydb.org) (schema
19
evolution)
20
- [Ox](https://github.com/softwaremill/ox) (error handling, concurrency & resource management)
21
- [SBT](https://www.scala-sbt.org) (build tool)
0 commit comments