1.1.17 • Published 7 years ago

j-sql-node v1.1.17

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

j-sql-node

A json interface to connect to mysql database in node js

Add a sample db.json file in your root folder with your database settings.

Extend the base Model to create Models specific to a table in database. Follow Users.js file to build the models for each table in your database.

V1.1.0 Release

  • A json formated get, update, insert, delete functions.
  • A query builder that takes a json object as input and returns a mysql query.

V1.1.0 Release

  • Support Bulk Update to update table with a custom where condition.
  • Update where claue in query generation function.
  • Get function now supports where condition with simple json object.

V1.1.0 Release

  • Bug fixes

    V1.1.1 Release

  • Change get params to query.

V1.1.2 Release

  • Bug fixes.

    V1.1.3 Release

  • Bug fixes.

V1.1.4 Release

  • Bug fixes.

V1.1.5 Release

  • Bug fixes. Use body and query keys from event object.

    V1.1.6 Release

  • Add tableName by default to query, Remove the need for query key

1.1.17

7 years ago

1.1.16

7 years ago

1.1.15

7 years ago

1.1.14

7 years ago

1.1.13

7 years ago

1.1.12

7 years ago

1.1.11

7 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

8 years ago