Skip to content

emperorplatform/graphene-peewee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Integrate GraphQL into your project using Peewee ORM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages