Add api reference link
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
[](https://codeclimate.com/github/ambertide/datalite/test_coverage)
|
||||
[](https://pypi.python.org/pypi/datalite/)
|
||||
[](https://pypi.python.org/pypi/datalite/)
|
||||
[](https://datalite.readthedocs.io/en/latest/?badge=latest)
|
||||
|
||||
Datalite is a simple Python
|
||||
package that binds your dataclasses to a table in a sqlite3 database,
|
||||
@@ -11,6 +12,8 @@ using it is extremely simple, say that you have a dataclass definition,
|
||||
just add the decorator `@datalite(db_name="db.db")` to the top of the
|
||||
definition, and the dataclass will now be bound to the file `db.db`
|
||||
|
||||
[Detailed API reference](https://datalite.readthedocs.io/en/latest/)
|
||||
|
||||
## Download and Install
|
||||
|
||||
You can install `datalite` simply by
|
||||
|
||||
Reference in New Issue
Block a user