At SQLite Cloud, we want to dramatically simplify your stack. The traditional client/server database architecture introduces a lot of complexity and l

Release Notes: Edge Functions and Webhooks

submited by
Style Pass
2024-06-11 19:00:06

At SQLite Cloud, we want to dramatically simplify your stack. The traditional client/server database architecture introduces a lot of complexity and latency. This is especially true when you need to synchronize data across devices and servers.

To that end, we’re building a real-time, globally distributed, local-first cloud backend with the simplicity and efficiency of SQLite at its core.

Today, we’re excited to announce two major feature releases that bring us one step closer to GA - Edge Functions and Webhooks!

Edge functions in SQLite Cloud are units of logic that execute directly on the nodes where your data is stored. SQLite Cloud edge functions can be used for ultra-low latency edge data processing, integrating third party services, or for building an end-to-end backend.

SQLite Cloud currently supports JavaScript, TypeScript, and SQL functions. For JavaScript and TypeScript execution, we chose the Bun.js runtime for its performance characteristics and developer experience.

Leave a Comment