Replies: 3 comments 5 replies
-
I was experimenting with setting up kysely query builder. I'm not fan of ORMs. Personally I would prefer database/ORM setup as part of examples, instead of built-in functionality. |
Beta Was this translation helpful? Give feedback.
-
A relevant question I hope. In the example repo there is an API example and in docs there is an example with a page rendered on both server and client side and passing data between them (similar approach to getserversideprops). What would you do for an admin-like app that needs to load data from the database and insert new records? |
Beta Was this translation helpful? Give feedback.
-
I've been using CouchDB with Fresh for my company website. The advantage is that Couch's interface is pure http, so you don't need a Deno specific driver nor does it matter how many app instances are spun up. I have models defined in zod, configurable rest API, and it can store files (via CouchDB attachments). Probably needs some cleanup, but if anyone is interested in our process reach out and we can talk some time. |
Beta Was this translation helpful? Give feedback.
-
Hello,
After a talk in issue #336, we move here to express our opinion about the idea to integrate a database support directly in the fresh framework.
Here is the context :
Beta Was this translation helpful? Give feedback.
All reactions