Friday 24 April 2020

Oraios Queries a new query builder

a light-weighted project aims to provide class-based table representation and flexible query experience to help developers to avoid plain string queries that are error-prune.CRUD Ops: Insert, select, update & delete Data from Postgresql and MySQL with flexible nested WHERE conditions.ORM: Create class-based models for your tables with built-in features.Flexible Queries: Designed to perform flexible, nested WHERE statements, ordering and grouping.Model Settings: Specify certain fields to be selectable, allow HTML tags to be stored in database for certain fields, add default values on insert and update, and more.Pre-defined Query Executers: Extract data in various ways: list, select one column, first item, slicing, chunking, pagination and more.Light Weighted: This package is light and can be added on APIs, web workers, .. etc.Check out my new query builder npm package and let me know what do you think.https://www.npmjs.com/package/oraios-queriesYou can check the docs here: https://medsaad.github.io/oraios-queries/index.htmlOr review code and add issues on github repo here: https://github.com/Medsaad/oraios-queries

Submitted April 24, 2020 at 11:07AM by MedzSd

No comments:

Post a Comment