Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 881 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 881 Bytes

sql-pretty-printer

SQL beautifier for databases include but not limited to Oracle, SQL Server, DB2, Sybase, MySQL, PostgreSQL, Teradata.

This SQL formtter is provided as a Service(SQL FaaS). You can

  1. Integrate this service into your application and web site by using sql formatter API.
  2. SQL formatter widget can be easily embedded to your site

Runt the python demo

python formatsql.py demo.sql format_options_default.json

Please note that since gspsf.dll is win32 DLL, so please use python 32 bit version to run the python demo.