Update README.md
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
[](https://pypi.python.org/pypi/datalite/)
|
||||
[](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.
|
||||
|
||||
Reference in New Issue
Block a user