Documentation
- ➡️ Getting Started
- 🌐 Global Scalability
- ⚡️ Architecture
- 🚀 Staging Deploy
- 🕓 Time Travel Rollback
- 🔗 API Reference
Getting Started
Overview
SolarSystemDB is a cloud platform for efficiently managing and operating SQLite databases.
The concept of teams, clusters, and branches allows multiple users to cooperate in managing and operating databases.
Team
A team is made up of multiple users, and manages and operates databases within the team.
A user can belong to any number of teams.
However, the number of teams that a user can become an administrator of depends on the user's plan.
Each team has one paying administrator who decides the team's database usage, number of clusters, and number of branches.
A team can have multiple clusters.
A team's database usage is the total usage of all clusters in the team.
Cluster
Databases are managed in units called clusters.
Multiple branches can be created in one cluster, and SQL can be executed independently on each branch.
Branch
Each cluster can have multiple branches, and schemas can be replicated and modified between branches.
The state of a branch can be restored to any point within the past 30 days using Time Travel Backup.