Breaking Changes
- Drop
nedb
support becausenedb
is not maintained anymore.CITIZEN_DB_DIR
environment variable removed.- Instead SQLite supported.
- Prisma is used for supporting both SQLite and MongoDB.
CITIZEN_DATABASE
andCITIZEN_MONGO_DB_URI
environment variables removed. Instead, useCITIZEN_DATABASE_TYPE
andCITIZEN_DATABASE_URL
environment variables.- MongoDB should configure a replica set. See Prisma document for the details.
- SQLite requires migration process.
Warning
There is no migration method in this release. Please update this version in production carefully, even if you use MongoDB.
Full Changelog: v0.5.2...v0.6.0