Add fetch_if, related documention and refactor code slightly.

This commit is contained in:
Ege Emir Özkan
2020-08-03 04:43:13 +03:00
parent 6ce0613b4c
commit 77a6afdfd2
3 changed files with 45 additions and 15 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.1.2",
version="0.2",
author="Ege Ozkan",
author_email="egeemirozkan24@gmail.com",
description="A small package that binds dataclasses to an sqlite database",