News

Elysia and MongoDB Now let’s make an endpoint in Elysia that will write something to MongoDB. First, we’ll add the MongoDB driver for Bun: bun add mongodb Next, modify src.index.ts like this: ...