1.0.2-test • Published 3 years ago

postproj v1.0.2-test

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
3 years ago

Postproj is a database engine technology that provides you the ability of write and read JSON files to make a based database.

Learning to use Postproj

Here's a codebox example:

const { postproj } = require('postproj')

const db = new postproj()

db.open()

db.post('test', 'Amelia', 45) // database name, key, value

let o = db.find('test', 'Amelia') // -> 45

Contributing

There are several ways to contribute to this library. Postproj is open source and always will be, so you can see the code here

1.0.2-test

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago