- repka.utils.create_async_db_connection - async context manager used to create async db connections (20 by potykion) - repka.api.BaseRepository.get_all_ids - list all entities ids (19)
0.8.0
Added
- repka.api.BaseRepository.ignore_insert - Columns will be ignored on insert while serialization, these columns will be set after insert (17 by potykion) - repka.json_.DictJsonRepo - typings
0.7.2
Fixed
- Update pydantic dependency
0.7.1
Fixed
- repka.api.BaseRepository.insert_many inserts entities sequentially in transaction (16 by potykion)
0.7.0
Added
- repka.api.json_.DictJsonRepo - repository for working with json data