Skip to content

0.30.0

Compare
Choose a tag to compare
@dantownsend dantownsend released this 09 Aug 06:49
· 671 commits to master since this release

The database drivers are now installed separately. For example: pip install piccolo[postgres] (courtesy @aminalaee).

For some users this might be a breaking change - please make sure that for existing Piccolo projects you have either asyncpg or piccolo[postgres] in your requirements.txt file.