Installation

Get started with NotDatabase by installing the SDK in your project. You can use npm, pnpm, or yarn.

๐Ÿงช TypeScript Required: NotDatabase is designed for TypeScript. It leverages your schema to generate fully typed methods โ€” no extra tools or config needed.

Install with npm

npm install notdb

Install with pnpm

pnpm add notdb

Install with yarn

yarn add notdb