1.2.6 • Published 10 months ago

presql v1.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Getting Started

Visit https://en-presql.enjoys.in/ to get started with PreSQL.

Documentation

Visit https://en-presql.enjoys.in to view the full documentation.

Developer : Mullayam Version : 1.2.2

No More Query Statements

PreSQL is an SQL-language based library containing pre-written code with shortend methods. Say "bye" to writing long query statements.

Dependencies

PreSQL requires the following dependencies to be installed:

  • Node.js v16+
  • mysql2 - to connect to MySQL database

Installation

Install the dependencies and devDependencies and start the server.

npm i presql

Methods

Crud Operations

  • create() , createMany()
  • updateOne() , updateMany()
  • destroy() , destroyAll()
  • findById(),findOne(),findFirst(),findMany()
  • exist()
  • table()
  • queryBuilder()

Logical (Math) Operations

  • Math()

Table Join / Relationship

  • join()

    Depricated/Not Featured

  • In,Between,Alias,Distinct,OrderByGroup -- Adding in Future Versions

Examples

Visit https://en-presql.enjoys.in/category/presql-crud to view the full Examples.

License

This project is licensed under MIT License, please check the LICENSE file for more details.

1.2.6

10 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

11 months ago

1.2.2

11 months ago

1.2.1

12 months ago

1.2.0

12 months ago

1.1.4

12 months ago

1.1.3

12 months ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago