Breaking Changes
- Drop
nedbsupport becausenedbis not maintained anymore.CITIZEN_DB_DIRenvironment variable removed.- Instead SQLite supported.
- Prisma is used for supporting both SQLite and MongoDB.
CITIZEN_DATABASEandCITIZEN_MONGO_DB_URIenvironment variables removed. Instead, useCITIZEN_DATABASE_TYPEandCITIZEN_DATABASE_URLenvironment 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