File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -55,25 +55,29 @@ when using SQLite
5555
5656### Functions
5757
58- [ ` calc_batch_size ` ] ( https://github.com/enpaul/peewee-plus/blob/1.0.0/peewee_plus.py#L68 ) -
58+ [ ` calc_batch_size ` ] ( https://github.com/enpaul/peewee-plus/blob/1.0.0/peewee_plus.py#L71 ) -
5959Helper function for determining how to batch a create/update query with SQLite
6060
61+ [ ` flat_transaction ` ] ( https://github.com/enpaul/peewee-plus/blob/devel/peewee_plus.py#L137 )
62+ \- Decorator function for wrapping callables in a database transaction without creating
63+ nested transactions
64+
6165### Classes
6266
63- [ ` PathField ` ] ( https://github.com/enpaul/peewee-plus/blob/1.0.0/peewee_plus.py#134 ) - A
67+ [ ` PathField ` ] ( https://github.com/enpaul/peewee-plus/blob/1.0.0/peewee_plus.py#179 ) - A
6468Peewee database field for storing
6569[ Pathlib] ( https://docs.python.org/3/library/pathlib.html ) objects, optionally relative to
6670a runtime value.
6771
68- [ ` PrecisionFloatField ` ] ( https://github.com/enpaul/peewee-plus/blob/1.0.0/peewee_plus.py#L192 )
72+ [ ` PrecisionFloatField ` ] ( https://github.com/enpaul/peewee-plus/blob/1.0.0/peewee_plus.py#L237 )
6973\- A Peewee database field for storing floats while specifying the
7074[ MySQL precision parameters] ( https://dev.mysql.com/doc/refman/8.0/en/floating-point-types.html )
7175` M ` and ` D `
7276
73- [ ` JSONField ` ] ( https://github.com/enpaul/peewee-plus/blob/1.0.0/peewee_plus.py#L222 ) - A
77+ [ ` JSONField ` ] ( https://github.com/enpaul/peewee-plus/blob/1.0.0/peewee_plus.py#L267 ) - A
7478Peewee database field for storing arbitrary JSON-serializable data
7579
76- [ ` EnumField ` ] ( https://github.com/enpaul/peewee-plus/blob/1.0.0/peewee_plus.py#L277 ) - A
80+ [ ` EnumField ` ] ( https://github.com/enpaul/peewee-plus/blob/1.0.0/peewee_plus.py#L322 ) - A
7781Peewee database field for storing Enums by name
7882
7983## For Developers
You can’t perform that action at this time.
0 commit comments