Installation
How to install ctrodb
npm install
Requirements
- Use
Node.jsversion20+for Node environments - ctrodb works in any modern browser and
Node.js20+ - TypeScript declarations are bundled — no need for
@types/ctrodb - React bindings are included via
ctrodb/react— no additional package required
CDN
<script src="https://unpkg.com/ctrodb@1.0.1/dist/index.global.js"></script>
After loading from CDN, access the library globally using CtroDB.
Verify Installation
import { Database } from "ctrodb"
const db = new Database()
If this runs successfully, ctrodb is ready to use.
How is this guide?
Last updated on Oct 20, 2018