Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Terracrow/tml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Easy to use data manipulation package using YAML.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published