source/projects/anosql/README.rst
2021-08-14 11:55:58 -06:00

16 lines
446 B
ReStructuredText

anosql
======
A Python library for using SQL
Inspired by the excellent Yesql library by Kris Jenkins. In my mother tongue, ano means yes.
This is a vendored copy of `anosql`_, which exists to capture a few pre-deprecation patches that never made it into the last release, and bazel-ify everything for my use.
License
-------
BSD, short and sweet
.. _anosql: https://github.com/honza/anosql
.. _Yesql: https://github.com/krisajenkins/yesql/