python-sqlparse 0.4.3
Non-validating SQL parser
Sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements.
- Website: https://github.com/andialbrecht/sqlparse
- Licenses: Modified BSD
- Package source: gnu/packages/databases.scm
- Builds: See build status
- Issues: See known issues
Installation
Install
python-sqlparse 0.4.3
as follows:
guix install [email protected]
Or install the latest version :
guix install python-sqlparse
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the
guix shell
documentation
for more information.