1.0.6 • Published 2 years ago

jalm v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Jalm

An YAML database. Light-weight and made with love.

Demo

const Database = require('jalm')
const db = new Database('MyDB')

db.Init() // Important
db.InsertSampleData() // Will insert sample data.

Installation

Install Jalm with npm

  npm install jalm

Why?

Jalm uses only one default libary called fs, it's pure JavaScript besides that. It's easy, fast and light-weighted.

Authors

Docs

Click here

Contributions are always welcome!

Contributing

Contributions are always welcome!