- 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.
$ git shortlog -s v0.7.0...v0.8.0 3 John Reese 2 Matthew Schubert
0.7.0
- Added macros for combined insert/id and select/fetch - Better perf testing output
$ git shortlog -s v0.6.0...v0.7.0 1 Grigi 4 John Reese
0.6.0
- 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
$ git shortlog -s v0.5.0...v0.6.0 1 Grigi 8 John Reese
0.5.0
- More aliases from sqlite3, including Row, errors, and register_* - Additional connection properties for row/text factory, total changes - Better readme
$ git shortlog -s v0.4.0...v0.5.0 6 John Reese
0.4.0
- Enable using a custom asyncio event loop - Increase performance by decreasing sleep time
$ git shortlog -s v0.3.0...v0.4.0 15 John Reese 1 Justin Kula 1 Richard Schwab