Update README.md

This commit is contained in:
Ambertide
2021-07-26 09:32:52 +03:00
committed by GitHub
parent 8cbcf35976
commit 81010fc015

View File

@@ -6,6 +6,8 @@
[![PyPI license](https://img.shields.io/pypi/l/datalite.svg)](https://pypi.python.org/pypi/datalite/)
[![Documentation Status](https://readthedocs.org/projects/datalite/badge/?version=latest)](https://datalite.readthedocs.io/en/latest/?badge=latest)
It should be noted that Datalite is not suitable for secure web applications, it really is only suitable for cases when you can trust user input.
Datalite is a simple Python
package that binds your dataclasses to a table in a sqlite3 database,
using it is extremely simple, say that you have a dataclass definition,
@@ -108,4 +110,4 @@ and returns the object whose `field` equals the provided `value`.
`datalite` also supports pagination on `fetch_if`, `fetch_all` and `fetch_where`,
you can specify `page` number and `element_count` for each page (default 10), for
these functions in order to get a subgroup of records.
these functions in order to get a subgroup of records.