netzo / fresh-netzo

Full-stack Deno Fresh meta-framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
https://netzo.io
MIT License
51 stars 3 forks source link

feat(plugins/db): replace the `netzo.api` plugin with `netzo.db` #168

Closed miguelrk closed 7 months ago

miguelrk commented 8 months ago

TLDR: deprecate the netzo.api plugin and the notion of resources (denokv, http, custom) and hooks in favor of a netzo.db plugin and the notion of database collections. Integrations are already better covered by the API and database plugins under netzo/integrations.