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

https://github.com/lcgong/sqlblock

An intuitive way to access data with SQL
https://github.com/lcgong/sqlblock

contextvars postgresql python sql

Last synced: 9 months ago
JSON representation

An intuitive way to access data with SQL

Awesome Lists containing this project

README

          

开发环境的搭建

```sh
python -m pip install -U setuptools wheel
python -m pip install -U twine
```

```sh
python3 setup.py sdist bdist_wheel
```

```
python -m twine upload dist/*
```