postproj

1.0.2-test • Public • Published

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

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i postproj

    Weekly Downloads

    1

    Version

    1.0.2-test

    License

    Apache-2.0

    Unpacked Size

    4.14 kB

    Total Files

    5

    Last publish

    Collaborators

    • auditive_jax