-
Updated
Jul 4, 2020 - Java
#
sql-generation
Here are 23 public repositories matching this topic...
A code generator for MyBatis.
SQL builder and query library for golang
mysql
go
golang
postgres
sql
database
sqlite
postgresql
sql-query
sql-builder
sql-generation
sql-statements
sql-statement
querybuilder
sql-builders
-
Updated
May 21, 2020 - Go
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 25, 2020 - C#
photoshovel
commented
Feb 13, 2018
For a table with a column named 'default', get following output:
ALTER TABLE public.example_table ADD COLUMN default boolean NOT NULL DEFAULT false;
Resulting in a syntax error. Syntactically correct output would quote the 'default' column identifier as such:
ALTER TABLE public.example_table ADD COLUMN "default" boolean NOT NULL DEFAULT false;
The Resources for "Natural Language to Logical Form" ; "自然语言转逻辑形式"研究资料收集。
sql
spider
natural-language
complex
sql-generation
semantic-parsing
zhang
nlidb
wikisql
nl2sql
gnn
text2sql
table-qa
extend-resources
nl2code
nl2lf
sql-parsing
-
Updated
May 20, 2020
Advanced REST-wrapper for your SQL-queries (actually not only SQL)
java
devops
schema
sql
code-generator
nosql
db
rdbms
ddl
dba
sql-generation
db-migration
db-generator
db-manager
db-swiss-knife
db-ide
db-tool
-
Updated
Feb 14, 2020 - Kotlin
An efficient query generator for mass resource import, distinguishing between new records and records to update.
-
Updated
Mar 9, 2018 - PHP
SQL CRUD Query-Builder/Executor for Dapper
-
Updated
Jun 28, 2020 - C#
A php class for using pdo class for your database queries
php
database
pdo
sql-builder
pdo-wrapper
sql-generation
pdo-mysql
insert-query
prepared-queries
join-tables
subqueries
-
Updated
Apr 1, 2017 - PHP
Online data crunching tool
-
Updated
Feb 8, 2015 - Java
Uses database metadata to generate deep copy procedures for SQL Server.
-
Updated
Aug 8, 2017 - C#
Uses database metadata to generate deep date update procedures for SQL Server.
-
Updated
Nov 19, 2018 - C#
A few attributes I use for SQL DDL generation and model class projects
-
Updated
May 19, 2020 - C#
Plugs in ActiveRecord so Dbee can use Arel for SQL generation.
-
Updated
Jul 3, 2020 - Ruby
Improve this page
Add a description, image, and links to the sql-generation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sql-generation topic, visit your repo's landing page and select "manage topics."
I went through documentations to try picking up this library and I think there are several things can be improved:
Major:
Documentation right now are fragmented and all over the place, as a beginner after Quick Start, i dont know which one I should be reading next.
Perhaps a proper table of content with number ordering would be nice