1 Repo
Executing database queries on the client side to bypass traditional server infrastructure.
Distinct from Serverless Databases: Distinct from managed serverless databases by moving the execution engine into the user's browser via WASM.
Explore 1 awesome GitHub repository matching devops & infrastructure · Client-Side Serverless Access. Refine with filters or upvote what's useful.
Datasette is a tool for publishing and sharing SQLite databases as public websites. It functions as a data publishing system that provides searchable interfaces and JSON APIs to expose the contents of SQLite files. The project enables both server-side and client-side execution. It can operate as an API server or as a database browser that runs entirely within a web browser using WebAssembly, allowing for serverless database access. The system supports a variety of deployment strategies, including containerized images for cloud hosting and a local development server for testing. It includes c
Uses WebAssembly to run database queries entirely within a web browser, removing the need for backend servers.