- Use futures instead of polling for connections/cursors. This will significantly reduce time spent blocking the primary event loop, resulting in better performance of asyncio applications using aiosqlite.
text $ git shortlog -s v0.7.0...v0.8.0 3 Amethyst Reese 2 Matthew Schubert
0.7.0
- Added macros for combined insert/id and select/fetch - Better perf testing output
- Performance improvements for atomic or fast queries - Support passing Path-like objects to aiosqlite.connect - Unit tests now use aiounittest instead of a custom test harness - Limited set of performance tests now available