been thinking how to add PostgREST to my stack.
since i already use Django Rest Framework.
but Today i realized it can replace the most tedious thing of DRF, writing serializers.
use Django for services, e.g., auth, email sending, job queue, etc. and use PostgREST to serve the API tied to the models.
there's still the issue of caching, tho 🤔
TypeScript junkie, Python hipster, and Golang wannabe | Product-focused Software Engineer building SaaS apps.