All Projects → anapolima → Query-Tool

anapolima / Query-Tool

Licence: MIT License
The QueryTool is a library that allows easier and faster connections with Postgres databases. Whit it, you can make insertions, selections, updates and deletions in the database in a simple and effective way.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Query-Tool

MojoJS-Query
A pure javascript CSS Selector engine.
Stars: ✭ 22 (-21.43%)
Mutual labels:  javascript-library
sqrs
🚌SQRS is a JavaScript library for implementing CQRS pattern.
Stars: ✭ 23 (-17.86%)
Mutual labels:  query
mctools
Minecraft Connection Tools - Python implementations of common Minecraft protocols.
Stars: ✭ 27 (-3.57%)
Mutual labels:  query
v-bucket
📦 Fast, Simple, and Lightweight State Manager for Vue 3.0 built with composition API, inspired by Vuex.
Stars: ✭ 42 (+50%)
Mutual labels:  javascript-library
d3Tree
htmlwidget that binds d3js collapsible trees to R and Shiny to make an interactive search tool
Stars: ✭ 79 (+182.14%)
Mutual labels:  query
personal-skill-tree
Create your own RPG-like talent tree
Stars: ✭ 29 (+3.57%)
Mutual labels:  javascript-library
vaultaire
Query DSL and data access utilities for Corda developers.
Stars: ✭ 14 (-50%)
Mutual labels:  query
Vue-router
Tutorial About vue-router in Vue.js version 2
Stars: ✭ 60 (+114.29%)
Mutual labels:  javascript-library
flame-explain
A PostgreSQL EXPLAIN ANALYZE visualizer with advanced quirk correction algorithms.
Stars: ✭ 30 (+7.14%)
Mutual labels:  query
XrmPortalJS
A JavaScript library for Microsoft CRM Portals
Stars: ✭ 29 (+3.57%)
Mutual labels:  javascript-library
rel-events
The relevant React Events Library.
Stars: ✭ 20 (-28.57%)
Mutual labels:  javascript-library
Ripple.js
Proper Material Design ripple effect for the web, that wouldn't interfere your elements' DOM.
Stars: ✭ 18 (-35.71%)
Mutual labels:  javascript-library
active-persistence
Active Persistence is a implementation of Active Record Query Interface for JPA that makes it easy and fun.
Stars: ✭ 14 (-50%)
Mutual labels:  query
DreamForgerJS
Interactive Fiction JS library
Stars: ✭ 14 (-50%)
Mutual labels:  javascript-library
TIL
Today I Learned
Stars: ✭ 43 (+53.57%)
Mutual labels:  query
nojs
Library that helps minimize js you have to write
Stars: ✭ 118 (+321.43%)
Mutual labels:  javascript-library
go-query
⚡ Blazingly fast query engine
Stars: ✭ 16 (-42.86%)
Mutual labels:  query
nativekit
Native UI Kit for Electron Framework. Native Kit is a new way to build Electron apps for macOS and Windows with all the native looks for the different operating systems.
Stars: ✭ 15 (-46.43%)
Mutual labels:  javascript-library
jellex
TUI to filter JSON and JSON Lines data with Python syntax
Stars: ✭ 41 (+46.43%)
Mutual labels:  query
web-animation-club
CSS controlled animations with transitionEnd, onTransitionEnd, animationend, onAnimationEnd events and frame throwing. Tiny javascript library with cross-browser methods to handle css animation/transition callbacks and event loop frame throwing. 📚🖥️📱
Stars: ✭ 52 (+85.71%)
Mutual labels:  javascript-library

Query-Tool

The QueryTool is a library that allows easier and faster connections with Postgres databases. Whit it, you can make insertions, selections, updates and deletions in the database in a simple and effective way.

Click here to check our documentation.

Installing

You can install this package by running

$ npm i query-tool

What is new on version 2.0.0

The 2.0.0 version was released to prevent possible compatibility issues.

In version 2.0.0, all methods that used to be in PascalCase are now in camelCase. Since delete is a JavaScript reserved word, the old Delete method is now deleteFrom. Also, when using the update method, the type you must supply, which used to be string or integer, is now string or number. The EndClient and EndPool methods are now one, called endConnection.

The documentation is up to date, you can check it.

Support

QueryTool is free software. If you encounter a bug with the library please open an issue on the GitHub repo. If you have questions unanswered by the documentation please open an issue pointing out how the documentation was unclear and I will do my best to make it better!

When you open an issue please provide:

  • version of Node
  • smallest possible snippet of code to reproduce the problem

License

MIT License

Copyright (c) 2021 Ana Paula Oliveira de Lima

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].