Interface to a generic document (no-SQL) database.
npm install document-databaseInterface to a generic document (no-SQL) database.
See DocumentDatabase
To use these tests for you own database adaptor,
install these packages to your database adaptor package:
- chai
- mocha
- @sabbatical/document-database/tests
and add these dependencies to the compilerOptions.types field of your tsconfig.json file:
````
"compilerOptions": {
"types" : ["chai", "mocha", "@psnider/document-database/tests"]