README
VietORM
VietORM is a Node.js ORM which aims to provide the user with all the features of SQLite in a simple way.
Installation
Using npm
:
$ npm install --save vietorm
Usage
WORK IN PROGRESS =)
VietORM is a Node.js ORM which aims to provide the user with all the features of SQLite in a simple way
<script type="module">
import vietorm from 'https://cdn.skypack.dev/vietorm';
</script>
VietORM is a Node.js ORM which aims to provide the user with all the features of SQLite in a simple way.
Using npm
:
$ npm install --save vietorm
WORK IN PROGRESS =)