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.
- Host: GitHub
- URL: https://github.com/terracrow/tml
- Owner: Terracrow
- License: mit
- Archived: true
- Created: 2024-09-13T12:05:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T20:43:32.000Z (over 1 year ago)
- Last Synced: 2025-01-17T00:27:08.707Z (over 1 year ago)
- Topics: data, database, db, node, npm, tml, yml
- Language: TypeScript
- Homepage: https://terracrow.github.io/tml
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
---
[](https://www.youtube.com/watch?v=YBICTQu4FAI)
---
***This project is not finished and can present some bugs.***