icarus.db

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

Browse on unpkg