tml

Easy to use data manipulation package using YAML.

MIT License

Downloads
680
Stars
0
Committers
1

TML: Simple-use YAML data storage

TML is a easy to use package for data manipulation

Installation

# npm
npm install --save tml-db

# yarn
yarn add tml-db

# clone source code
git clone https://github.com/Terracrow/tml.git
// #test.js

// import TMLDriver
import { TMLDriver } from 'tml';

const tml = new TMLDriver({
    limit: 100 // number of files allowed
});


tml.set();
tml.get();
tml.delete();

Documentation: here



This project is not finished and can present some bugs.

Package Rankings
Top 31.62% on Npmjs.org
Badges
Extracted from project README's
youtube