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
- Host: GitHub
- URL: https://github.com/lcgong/sqlblock
- Owner: lcgong
- License: mit
- Created: 2017-08-25T16:03:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-08T09:02:28.000Z (almost 5 years ago)
- Last Synced: 2025-03-13T18:52:00.149Z (10 months ago)
- Topics: contextvars, postgresql, python, sql
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.dev.md
- License: LICENSE
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/*
```