mirror of
https://github.com/enpaul/peewee-plus.git
synced 2024-11-14 18:46:47 +00:00
Update docs to point to new line numbers
There's gotta be a better way to do this
This commit is contained in:
parent
5e68ee3055
commit
0d1a142e43
12
README.md
12
README.md
@ -57,28 +57,28 @@ when using SQLite
|
|||||||
|
|
||||||
### Functions
|
### Functions
|
||||||
|
|
||||||
[`calc_batch_size`](blob/devel/peewee_plus.py#L75) - Helper function for writing
|
[`calc_batch_size`](blob/devel/peewee_plus.py#L93) - Helper function for writing
|
||||||
backend-agnostic batch queries while accounting for the
|
backend-agnostic batch queries while accounting for the
|
||||||
[SQLite max variable limit](https://www.sqlite.org/limits.html#max_variable_number).
|
[SQLite max variable limit](https://www.sqlite.org/limits.html#max_variable_number).
|
||||||
|
|
||||||
[`flat_transaction`](blob/devel/peewee_plus.py#L141) - Decorator function for wrapping
|
[`flat_transaction`](blob/devel/peewee_plus.py#L159) - Decorator function for wrapping
|
||||||
callables in a database transaction without creating nested transactions
|
callables in a database transaction without creating nested transactions
|
||||||
|
|
||||||
### Classes
|
### Classes
|
||||||
|
|
||||||
[`PathField`](blob/devel/peewee_plus.py#186) - A Peewee database field for storing
|
[`PathField`](blob/devel/peewee_plus.py#204) - A Peewee database field for storing
|
||||||
[Pathlib](https://docs.python.org/3/library/pathlib.html) objects, optionally relative to
|
[Pathlib](https://docs.python.org/3/library/pathlib.html) objects, optionally relative to
|
||||||
a runtime value.
|
a runtime value.
|
||||||
|
|
||||||
[`PrecisionFloatField`](blob/devel/peewee_plus.py#L244) - A Peewee database field for
|
[`PrecisionFloatField`](blob/devel/peewee_plus.py#L262) - A Peewee database field for
|
||||||
storing floats while specifying the
|
storing floats while specifying the
|
||||||
[MySQL precision parameters](https://dev.mysql.com/doc/refman/8.0/en/floating-point-types.html)
|
[MySQL precision parameters](https://dev.mysql.com/doc/refman/8.0/en/floating-point-types.html)
|
||||||
`M` and `D`
|
`M` and `D`
|
||||||
|
|
||||||
[`JSONField`](blob/devel/peewee_plus.py#L275) - A Peewee database field for storing
|
[`JSONField`](blob/devel/peewee_plus.py#L293) - A Peewee database field for storing
|
||||||
arbitrary JSON-serializable data
|
arbitrary JSON-serializable data
|
||||||
|
|
||||||
[`EnumField`](blob/devel/peewee_plus.py#L330) - A Peewee database field for storing Enums
|
[`EnumField`](blob/devel/peewee_plus.py#L348) - A Peewee database field for storing Enums
|
||||||
by name
|
by name
|
||||||
|
|
||||||
## For Developers
|
## For Developers
|
||||||
|
Loading…
Reference in New Issue
Block a user