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
- Host: GitHub
- URL: https://github.com/dbcli/sqlcomplete
- Owner: dbcli
- License: bsd-3-clause
- Created: 2015-08-24T14:46:24.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T22:17:26.000Z (almost 4 years ago)
- Last Synced: 2025-04-27T11:42:25.596Z (8 months ago)
- Language: Python
- Size: 49.8 KB
- Stars: 23
- Watchers: 15
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# sqlcomplete
Python library that provides SQL Completion.
# Installation
pip install sqlcomplete
# Usage
# Tests
pytest --cov=sqlcomplete tests