arlet-db

1.0.8 • Public • Published

Arlet-Db

Arlet-Db is a simple file-based database manager for Node.js, designed for managing tables with basic CRUD operations and additional functionalities like auto-increment and unique identifiers.

Installation

Install arlet-db via npm:

npm install arlet-db

Usage

Initialize Database

const ArletDb = require('arlet-db');

// Initialize a new database instance
const database = new ArletDb('./', 'exampleDatabase');

Methods

Readme

Keywords

Package Sidebar

Install

npm i arlet-db

Weekly Downloads

0

Version

1.0.8

License

MIT

Unpacked Size

53.5 kB

Total Files

32

Last publish

Collaborators

  • bjrzum