350 skills found · Page 1 of 12
JSQLParser / JSqlParserJSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
jdorn / Sql FormatterA lightweight php class for formatting sql statements. Handles automatic indentation and syntax highlighting.
doug-martin / GoquSQL builder and query library for golang
doctrine / Sql FormatterA lightweight php class for formatting sql statements. Handles automatic indentation and syntax highlighting.
aaberg / Sql2osql2o is a small library, which makes it easy to convert the result of your sql-statements into objects. No resultset hacking required. Kind of like an orm, but without the sql-generation capabilities. Supports named parameters.
fjb040911 / Free SqliteFree SQLite for VSCode.Support writing SQL statements
taozhi8833998 / Node Sql ParserParse simple SQL statements into an abstract syntax tree (AST) with the visited tableList and convert it back to SQL
hyrise / Sql ParserSQL Parser for C++. Building C++ object structure from SQL statements.
kansiris / SQL Interview QuestionsList of Top 500 SQL Interview Questions & Answers with queries and more
felixfbecker / Node Sql Template StringsES6 tagged template strings for prepared SQL statements 📋
yangzhongke / Zack.EFCore.BatchDeleting or Updating multiple records from a LINQ Query in a SQL statement without loading entities
idoubi / Sql2structA developer-friendly tool for transfering sql statement to go struct.
joncrlsn / PgdiffCompares the PostgreSQL schema between two databases and generates SQL statements that can be run manually against the second database to make their schemas match.
Hale-Lee / RuleEngine最好使用的规则引擎之一,可以直接使用SQL语句定义规则,简化了编码的负荷,也可以使用XML, drl文件配置规则,还支持drools文件导入。One of the best rule engines, is easy to use SQL statements to define rules, simplify the workload of coding, it also can use XML, DRL file to configure rules, and support import drools file directly.
blakeembrey / Sql Template TagES2015 tagged template string for preparing SQL statements, works with `pg`, `mysql`, `sqlite` and `oracledb`
dnlnln / Generate Sql MergeGenerate SQL MERGE statements with Table data
florajs / Sql ParserParse SQL (select) statements into abstract syntax tree (AST) and convert ASTs back to SQL.
laurenz / Pgreplaypgreplay reads a PostgreSQL log file (*not* a WAL file), extracts the SQL statements and executes them in the same order and relative time against a PostgreSQL database cluster.
future0923 / Debug Tools热部署、热重载、调用任意Java方法、打印SQL、执行Groovy、搜索 http 地址(hot deploy, hotswap, hot reload, Similar to jrebel. Call any Java method, Similar to api tool. Others: SQL statements and time consumption, Search HttpUrl, Groovy.)
microsoft / SqlScriptDOMScriptDOM/SqlDOM is a .NET library for parsing T-SQL statements and interacting with its abstract syntax tree