1.1.2 • Published 4 years ago

next-database v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

next-database

Version NPM Downloads GitHub Stars License Twitter GitHub

With next-database you can do sqls more fast in MySQL or PostgreSQL databases.

Installation with NPM

If you are using NodeJS, you can install next-database with npm.

$ npm i next-database

Then you can include it in your code:

const nextDatabase = require('next-database');

or in TypeScript:

import nextDatabase from 'next-database';

Documentation

View the documentation on the nextDatabase website.

Testing

If you had clone this repository, can test it with JavaScript using npm test or TypeScript using npm run test:ts.

Contributors

License

This project is licensed under the MIT License. See LICENSE file for details.

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago