Convex Database icon
Convex Database icon

Convex Database

Convex is the open-source backend for application builders. An all-in-one platform with thoughtful, product-centric APIs.

Cost / License

  • Freemium (Subscription)
  • Open Source

Platforms

  • Linux
  • Online
2likes
0articles

Features

  1.  Rust
  2.  Backend

Convex Database News & Activities

Highlights All activities

Recent activities

Convex Database information

GitHub repository

  •  12,554 Stars
  •  815 Forks
  •  225 Open Issues
  •   Updated  
View on GitHub
Convex Database was added to AlternativeTo by altts1zed on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is Convex Database?

Convex is a full cloud backend designed to replace your database, server functions, backend functionality, and the interface all the way out to your application. Convex’s realtime database tracks all dependencies for every query function. Whenever any dependency changes, including any database rows, Convex reruns the query function and triggers an update to any active subscription on the client. Convex functions run server-side in an isolated execution environment within the Convex database itself. These provide direct efficient access to the underlying data but also to scheduling, storage, general purpose actions, etc. You can think of them like super-charged SQL queries.