icarus.db

```typescript import { DBClient } from 'icarus.db'; const db = new DBClient({ database: 'databasename', file: 'filename', });

dbcopycat

A JSON Database that saves your Json data in a file and makes it easy for you to perform CRUD operations.