TeamSmil3y / PigeonPost

Python web framework • apparently easy to use
https://docs.pigeon.teamsmiley.org
MIT License
1 stars 0 forks source link

Database Pickle Support #65

Open raspitim opened 4 months ago

raspitim commented 4 months ago

Feature to be able to set Database Field types to every python object type (also every custom class) by dumping it as a pickle object. Querying will probably not be supported.