Add fetch_where, a single conditional wrapper around fetch_if, similar to fetch_equals

This commit is contained in:
Ege Emir Özkan
2020-08-10 06:29:20 +03:00
parent a3eed28f42
commit f0aac81209
3 changed files with 19 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="datalite", # Replace with your own username
version="0.4.2",
version="0.4.3",
author="Ege Ozkan",
author_email="egeemirozkan24@gmail.com",
description="A small package that binds dataclasses to an sqlite database",