nodejs Headless CMS support in bun or new CMS #5553
Replies: 2 comments 1 reply
-
I'm working on a headless CMS, Dossier, where I support Bun (in addition to Node, Deno and browser). At least so far I'm using different database library for each runtime (and database engine since Dossier supports SQLite and Postgres). So for Bun I'm using If you're interested, take a look at the source for bun-sqlite. The bun-sqlite library is currently not published to npm, but just shout if you're interested in giving it a go and I can publish it. |
Beta Was this translation helpful? Give feedback.
-
@jonasb sqlite is good for testing in local but not goos in production in most cases, sereval reading is possible at the same time but only one writing at time. |
Beta Was this translation helpful? Give feedback.
-
is Nodejs Headless CMS like Strapi are yet supported in bun ? is there there a need for news Headless CMS written for "scratch" to play nice in bun ecosystem ?
Beta Was this translation helpful? Give feedback.
All reactions