Skip to content

Commit

Permalink
remove disclaimer; broken badge
Browse files Browse the repository at this point in the history
  • Loading branch information
wseaton authored Feb 9, 2021
1 parent 09a153f commit 4aa171f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# sqloxide

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wseaton/sqloxide/CI) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sqloxide)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wseaton/sqloxide/CI)

`sqloxide` wraps rust bindings for [sqlparser-rs](https://github.com/ballista-compute/sqlparser-rs) into a python package using `pyO3`.

This package is currently in an *alpha* state, and while the upstream rust crate it wraps is pretty mature, I wouldn't use this in any production code yet 😉

The original goal of this project was to have a very fast, efficient, and accurate SQL parser I could use for building data lineage graphs across large code bases (think hundreds of auto-generated .sql files). Most existing sql parsing approaches for python are either very slow or not accurate (especially in regards to deeply nested queries, sub-selects and/or table aliases).

## Installation
Expand Down

0 comments on commit 4aa171f

Please sign in to comment.