Next.js
This guide shows a recommended way to use @liorandb/driver in Next.js by creating one LioranClient in a dedicated module and importing it anywhere you need database access (Route Handlers, Server Actions, API routes).
NestJS
This guide shows how to integrate @liorandb/driver with NestJS using a dedicated provider so you can inject a shared LioranClient (and optionally DB) anywhere in your app.
Express.js
This guide shows how to integrate @liorandb/driver with Express by creating a single shared LioranClient at startup and reusing it from routes and middleware.