COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20211010211732/https://github.com/topics/querybuilder
Here are
50 public repositories
matching this topic...
SQL builder and query library for golang
A QueryBuilder component for React
Updated
Oct 9, 2021
TypeScript
jQuery UI widget for structured queries like "Contacts where Firstname starts with A and Birthday before 1/1/2000 and State in (CA, NY, FL)"...
Updated
Jul 12, 2021
JavaScript
👑 JavaScript ORM for MySQL, PostgreSQL, and SQLite.
Updated
Oct 9, 2021
JavaScript
A TypeScript wrapper for Knex.js
Updated
Jun 23, 2021
TypeScript
Flepper is a library to aid in database interaction. 🐸
Laravel package to monitor SELECT queries and offer best possible INDEX fields.
Node QueryBuilder Adapter for Node.js (tags: nodejs, node, mysql, active record, activerecord, querybuilder, query builder)
100% typesafe SQL querybuilder.
Updated
Jun 24, 2021
TypeScript
Query builder for React applications based on Material-UI.
Updated
Jun 10, 2021
JavaScript
Simple, configurable react query builder
Updated
Sep 21, 2021
TypeScript
JSON to SqlAlchemy ORM query builder.
Updated
Jul 6, 2020
Python
Updated
Aug 30, 2021
Java
Lightweight, easy-to-use querybuilder for PHP inspired by Laravel Eloquent - but with less overhead.
OData.QueryBuilder - library for creating complex OData queries (OData version 4.01) based on data models with linq syntax.
Build query for an ElasticSearch client using a fluent interface
A small query builder project designed to assist daily routines and speed up the process of communicating with the database.
🔧 A simple PHP query builder for MySQL queries.
NodeJs Query Builder built on Knex
Updated
Aug 10, 2021
JavaScript
A simple Couchbase bucket repository and query builder in PHP.
QueryBuilder for Node.js. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, and more.
Updated
May 24, 2020
JavaScript
The powerful T-SQL QueryBuilder using C# Expressions
Light simple query builder
API simples utilizando workerman(assincrono) usando TDD, DDD e boas praticas para escalonamento horizontal.
This autocomplete gives suggestion based on the previous input as JIRA does.
Updated
Oct 6, 2021
TypeScript
Components (Delphi) for reusable, database independent programming of business or data logic
Updated
Nov 18, 2019
Pascal
SQL query builder for Crystal language
Updated
May 26, 2021
Crystal
Integrate jQuery QueryBuilder with Symfony 2 and more
AEM Querybuilder for JavaScript (Browser, Node, Deno)
Updated
Oct 2, 2021
JavaScript
Improve this page
Add a description, image, and links to the
querybuilder
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
querybuilder
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Is there any way to name your SQL variables the same as the C# variable name instead of @p0, @p01?
I have a script I'm building up and even though i'm reusing the same variables in multiple parts of the script they appear in the outpoint as different prams, which is hard to verify later. i'm using approval tests to versify the script output.