0.5.1 • Published 5 years ago

tch-database v0.5.1

Weekly downloads
1
License
GPL v3
Repository
github
Last release
5 years ago

Database

SQL and NoSQL database connector, useful when access to multiple types of systems using one syntax is needed.

The idea is to have one syntax which is then used to access data or execute others actions on various types of SQL and NoSQL based database systems. Useful when one app is used to access multiple database systems.

The package contains also Base model which can be used to operate on database systems.

Installation

Add to your application via npm:

npm install tch-database --save

Or use yarn:

yarn add tch-database

This will install tch-database and add it to your application's package.json file.

Important Notes

The package currently supports NeDB and MySQL.

NeDB is currently useable only inside Electron project.

MongoDB is included, but not yet useable at all.

How to Use

Coming soon...

0.5.1

5 years ago

0.5.0

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.9

5 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago