项目作者: sqlparser

项目描述 :
数据库的SQL美化包括但不限于Oracle,SQL Server,DB2,Sybase,MySQL,PostgreSQL,Teradata。
高级语言:
项目地址: git://github.com/sqlparser/sql-pretty-printer.git
创建时间: 2014-02-10T09:41:15Z
项目社区:https://github.com/sqlparser/sql-pretty-printer

开源协议:

下载


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

  1. 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.