Skip to content

Releases: sqlinkjs/SQLink

v1.1.9

15 Feb 16:37
Compare
Choose a tag to compare

In this Release

  • update command has been renamed to upgrade
  • Will only update the package if the current version is not matching with the installed version

v1.1.8

23 Jan 17:11
Compare
Choose a tag to compare

This release includes

  • Enum generation for MySQL table
  • Typo fixes at few places

v1.1.7

31 Oct 10:30
Compare
Choose a tag to compare

Nothing new in this guys, its just a bug fix on the file upload API.

Will add more features later. :)

v1.1.6

27 Oct 12:34
Compare
Choose a tag to compare

Sqlink Version 1.1.6

This release contains:

  • Ability to upload multiple files to /upload route. (upto 50 files once)
  • Integration of /login and /register API's to handle queries based on JWT token
  • Use sqlink run auth to run the application with authentication enabled (no authentication by default)

v1.1.5

26 Oct 17:03
Compare
Choose a tag to compare

v1.1.5

Implementations:

  • use /upload end point to upload any file upto 500 MB
  • all uploaded files can be access from BASE_URL/file/FILE_NAME

v1.1.4

22 Sep 19:46
Compare
Choose a tag to compare

Now you can host static files using sqlink
`
use sqlink host PORT PATH

Example:
sqlink host 3002 /home/user/data

`
With this you can access any file hosted in the PATH which is mentioned above, this can be used when getting a static JSON or image file.

v1.1.3

08 Sep 16:46
Compare
Choose a tag to compare
  1. Port addition in mysql connector

v1.1.2 (20 August 2024)

20 Aug 00:54
Compare
Choose a tag to compare

Features and Improvements

  • added /upsert feature with POST method
  • added /distinct API with GET method

Check docs: https://sqlinkjs.github.io/docs/version/1.1.2.html

v1.1.1 (18 August 2024)

18 Aug 02:47
Compare
Choose a tag to compare

Initial stable release of the library (v1.1.1)

Features

  • Create (/create) POST
  • Read (/read) GET
  • Update (/update) UPDATE
  • Delete (/delete) DELETE
  • Procedure (/procedure) GET

Docs:https://sqlinkjs.github.io/docs/version/1.1.1.html