source/projects/anosql
2022-01-08 23:53:24 -07:00
..
doc Black all the things 2021-09-02 22:10:35 -06:00
src/python/anosql Normalize SQL so its nicer when logged 2022-01-08 23:53:24 -07:00
test/python Black all the things 2021-09-02 22:10:35 -06:00
BUILD Anosql is abandoned upstream. Vendor it. 2021-08-13 19:56:00 -06:00
LICENSE Anosql is abandoned upstream. Vendor it. 2021-08-13 19:56:00 -06:00
README.rst Truncate. 2021-08-14 11:55:58 -06:00

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/