Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.09 KB

README.rst

File metadata and controls

13 lines (8 loc) · 1.09 KB

graphene-peewee

This is an early port of graphene-peewee-async for use with the regular, synchronous peewee ORM. All asynchronous code has been removed, as well as code related to peewee-async.

This release also contains various minor bug fixes and improvements, including proper deserialization of timestamp fields, compatibility with databases initialized as Proxy objects, removal of various Postgres-specific features such as RETURNING so that other databases like MySQL and SQLite3 can be used, and a few other, minor bug fixes.

Several new unit tests have been added, and they've been changed to use the in-memory SQLite3 database instead of Postgres.

Since this is an early release, it has undergone limited testing and usage. Additional testers would be highly appreciated.

Major credit to insolite for developing graphene-peewee-async.