1 2 3 4 5 6 7 8 9 10 11 12 13
| # Read-only Database
This is a module for [Project Forge](https://projectforge.dev). Provides a read-only database
https://github.com/kyleu/projectforge/tree/master/module/readonlydb
### License
Licensed under [CC0](https://creativecommons.org/publicdomain/zero/1.0)
### Usage
When enabled, a new read-only database connection will be provided in `app.State::DBRead`
|