#
query-builder
Here are 578 public repositories matching this topic...
SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
mysql
c-sharp
activerecord
sql
sql-server
database
csharp
postgresql
sql-query
data-access-layer
query-builder
sql-query-builder
-
Updated
Jul 17, 2021 - C#
A Javascript library for building SQL queries
nodejs
javascript
postgres
sql
postgresql
query-builder
sql-query-builder
template-strings
tagged-template-literals
-
Updated
Jan 5, 2019 - JavaScript
Simple Regex Language
-
Updated
Oct 28, 2018 - PHP
User-friendly query builder for React
-
Updated
Jul 9, 2021 - JavaScript
A PHP LDAP Package for humans.
-
Updated
Mar 5, 2021 - PHP
Adding cache on your Laravel Eloquent queries' results is now a breeze.
redis
laravel
query
eloquent
database
cache
query-builder
cache-storage
invalidation
laravel-eloquent-queries
-
Updated
Jul 17, 2021 - PHP
A developer web-app tool to rapidly prototype a full stack implementation of GraphQL with React.
react
graphql
react-redux
graphql-schema
developer-tools
query-builder
schema-builder
schema-generation
design-tools
graphql-tools
graphql-mongo
graphql-sql
prototyping-tool
-
Updated
May 11, 2021 - JavaScript
CRUD for Dapper
mysql
crud
repository
nuget
micro-orm
query-builder
dapper
poco
sql-generation
sqlserver
dapper-extensions
dapper-donet-core
dapper-microorm
dapper-crud
-
Updated
Jun 24, 2021 - C#
An ORM for Android with type-safety and painless smart migrations
-
Updated
Apr 13, 2020 - Java
Expressive MongoDB query builder
-
Updated
Mar 29, 2021 - JavaScript
Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
-
Updated
Jul 5, 2021 - PHP
A Node.js implementation of the elasticsearch Query DSL 👷
-
Updated
Jun 5, 2021 - JavaScript
The missing elasticsearch ORM for Laravel, Lumen and Native php applications
php
caching
search-engine
elasticsearch
laravel
eloquent
orm
model
lumen
indexing
query-builder
scout
-
Updated
Jul 12, 2021 - PHP
A QueryBuilder component for React
-
Updated
Apr 28, 2021 - TypeScript
martijndeh
commented
Sep 27, 2020
The .returning()
function currently only supports strings (which should be the target table's column names). In reality they can accept any expression and (returning) query.
This should be supported:
insert into bar (val) values (123) returning (select count(*) from bar), id, val || 'test'
which would equate to something like:
db.insertInto(bar).values({ val: 123 })
This package provides an advanced filter for Laravel or Lumen model based on incoming requets.
laravel
eloquent
query-builder
eloquent-filters
eloquent-builder
larave-filters
laravel-query-filter
laravel-search
-
Updated
Jun 8, 2021 - PHP
ohmeow
commented
Feb 9, 2021
CRUD operations with Dapper made simple.
-
Updated
Jul 12, 2021 - C#
A simple SQL Query Builder
-
Updated
Jun 18, 2021 - Go
Just another PDO database library
-
Updated
Mar 2, 2021 - PHP
A React web application to query and share any PostgreSQL database.
react
postgres
data
gui
admin
bioinformatics
typescript
database
dashboard
material-design
genomics
reactjs
material-ui
postgresql
database-as-a-service
query-builder
postgrest
database-gui
data-sharing
react-admin
-
Updated
Jun 14, 2021 - JavaScript
Lightweight SQL query builder
-
Updated
May 10, 2021 - JavaScript
useful query builder class that works with PHP PDO class for simple access your data.
-
Updated
Jul 7, 2021 - PHP
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)"...
javascript
metadata
jquery-plugin
widget
ui
jquery-ui
filter
filterlist
faceted-search
query-builder
filter-plugin
search-interface
structured-data
searchbar
filtering
searchview
querybuilder
ui-component
metadata-driven
evolutility
-
Updated
Jul 12, 2021 - JavaScript
-
Updated
Jun 14, 2021 - PHP
Improve this page
Add a description, image, and links to the query-builder topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the query-builder topic, visit your repo's landing page and select "manage topics."
Consider the following code (using
AsChangeset
instead / in addition toInsertable
produces the same error message):This code is wrong because eventhough the table has a column called type, the auto-generated
schema.rs
file renames that to type_ to avoid using a keyword as an