1.0.9 • Published 10 months ago

tml-db v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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


youtube


This project is not finished and can present some bugs.

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.0

10 months ago