sql-formatter
SQL formatter
A JavaScript library that formats and pretty-prints SQL queries in various dialects.
A whitespace formatter for different query languages
2k stars
28 watching
406 forks
Language: TypeScript
last commit: 4 days ago
Linked from 1 awesome list
formatterjavascriptn1qlsql
Related projects:
Repository | Description | Stars |
---|---|---|
sqlfluff/sqlfluff | A tool that analyzes and formats SQL code to improve readability and quality. | 7,927 |
gajus/pg-formatter | A tool that formats PostgreSQL SQL syntax for better readability | 80 |
tobymao/sqlglot | A comprehensive SQL parser and transpiler for multiple dialects | 6,745 |
mybatis/mybatis-3 | A Java framework for mapping relational databases to object-oriented applications using a declarative syntax | 19,796 |
darold/pgformatter | Automates formatting and beautification of PostgreSQL SQL queries | 1,692 |
sqlchat/sqlchat | A chat-based interface for interacting with various databases using natural language queries. | 4,638 |
sql-js/sql.js | A JavaScript library that allows you to create and query relational databases entirely in the browser. | 12,788 |
dinedal/textql | A tool to execute SQL queries on structured text data like CSV or TSV files | 9,066 |
andialbrecht/sqlparse | A Python module for parsing and formatting SQL statements. | 3,752 |
sqls-server/sqls | A tool that provides advanced intelligence for editing SQL code in various databases. | 1,001 |
defog-ai/sqlcoder | An AI model that converts natural language questions to SQL queries | 3,395 |
sqlc-dev/sqlc | Generates type-safe code from SQL queries | 13,456 |
jarulraj/sqlcheck | An automated tool that identifies common anti-patterns in SQL queries to improve query performance and maintainability. | 2,432 |
gajus/eslint-plugin-sql | Provides rules and configuration for linting SQL code in TypeScript projects using ESLint. | 94 |
jsqlparser/jsqlparser | A tool for parsing and analyzing SQL statements into a hierarchical data structure. | 5,407 |