Skip to content

Commit 1a6368a

Browse files
committed
Add sql-splitter to Tools
sql-splitter is a CLI for splitting, merging, converting, and analyzing SQL dump files across MySQL, PostgreSQL, SQLite, and MSSQL. https://github.com/HelgeSverre/sql-splitter
1 parent be69e75 commit 1a6368a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ List of tools and techniques for working with relational databases inspired by o
3636

3737
- [sqruff](https://github.com/quarylabs/sqruff) - A SQL linter and formatter written in Rust that supports various SQL dialects and integrates with VSCode through a plugin.
3838
- [sqlaxe](https://github.com/djberube/sqlaxe) - CLI tool for searching, filtering, formatting, and splitting SQL files. Supports 40+ dialects of SQL.
39+
- [sql-splitter](https://github.com/HelgeSverre/sql-splitter) - CLI for splitting, merging, converting, and analyzing SQL dump files across MySQL, PostgreSQL, SQLite, and MSSQL.
3940
- [SQLPage](https://github.com/lovasoa/SQLpage) - Open-source SQL-only website builder
4041
- [PixQL](https://github.com/Phildo/pixQL) - Command-line image processing tool in SQL by @Phildo
4142
- [SQL Fiddle](http://sqlfiddle.com/) - Easly test and share database problems and their solutions. Can use different backend DBMS's (MySQL, PostgreSQL, MS SQL Server, Oracle, and SQLite)

0 commit comments

Comments
 (0)