SQLite is a fully-featured database that has been around for 25 years, and today it is the most used database in the world. Building on this strong legacy, Litebase is a distributed relational database that embeds SQLite and complements it with additional features, aiming to scale with most modern applications.
Litebase is cloud-native, scales horizontally, supports strongly-consistent ACID transactions, and supports read replicas with eventual consistency. Litebase tiers data between instance storage, distributed file systems like Amazon EFS, and object storage like Amazon S3 optimizing both performance and cost. The design decision to leverage existing distributed storage architectures allows Litebase to inherit distributed system properties like high availability, fault tolerance, and disaster recovery without the need for complex replication protocols.
- Authentication
- Authorization
- Backups
- Branching
- Distributed storage
- Object storage
- Point-in-time recovery
- Primary forwarding writes
- Read replicas
You can learn more about Litebase in our documentation. You'll find all the information you need to get started, including installation, development, deployment, and administration of Litebase.
If you have any questions or need help, we encourage you to start a discussion on GitHub. This is a great place to ask questions, share ideas, request features and get help from the community. Please do not use Issues for general questions or support requests, as they are intended for tracking bugs and accepted feature requests.
If you find a bug, please open an issue with a detailed description of the problem, including steps to reproduce it. If you have a feature request, please start a discussion instead.
We expect all community members to adhere to our Code of Conduct. Please follow these guidelines to ensure everyone has a positive experience.
Please review our Contribution Guide before submitting an issue or pull request to understand how to contribute effectively.
All security related issues should be reported directly to [email protected].
Litebase is open-sourced software licensed under the MIT License.