An open API service indexing awesome lists of open source software.

https://github.com/terracrow/tml

Easy to use data manipulation package using YAML.
https://github.com/terracrow/tml

data database db node npm tml yml

Last synced: over 1 year ago
JSON representation

Easy to use data manipulation package using YAML.

Awesome Lists containing this project

README

          

## TML: Simple-use YAML data storage

> TML is a easy to use package for data manipulation

- **Docs** [docs](https://terracrow.github.io/tml)
- **NPM** [npm](https://npmjs.com/tml-db)

### Installation
```sh
# npm
npm install --save tml-db

# yarn
yarn add tml-db

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

```typescript
// #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](https://terracrow.github.io/tml)

---

[![youtube](https://zupimages.net/up/24/37/c8kg.jpg)](https://www.youtube.com/watch?v=YBICTQu4FAI)

---

***This project is not finished and can present some bugs.***