Introduction - Trebossalol/localdb GitHub Wiki
@trebossa/localdb
This library allows you to create a simple, easy and fast local database in JSON-format.
Import
You can import just the main modules, if needed you can also import every type which is used.
import { Collection, Database, Map } from '@trebossa/localdb'
Continue
You just imported the library, go ahead and create your first database!