An open API service indexing awesome lists of open source software.

https://github.com/dbcli/sqlcomplete

SQL Completion engine written in Python
https://github.com/dbcli/sqlcomplete

Last synced: 2 months ago
JSON representation

SQL Completion engine written in Python

Awesome Lists containing this project

README

          

# sqlcomplete

Python library that provides SQL Completion.

# Installation

pip install sqlcomplete

# Usage

# Tests

pytest --cov=sqlcomplete tests