# LiteScale LiteScale transforms SQLite into a cloud-native distributed database, inspired by Azure Hyperscale. It preserves SQLite's simplicity while enhancing scalability and durability by separating compute from storage and decoupling the write-ahead logging from the storage layer. ## License This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details. ## Acknowledgements This project uses SQLite, which is licensed under the Public Domain. See [SQLite's License](https://www.sqlite.org/copyright.html) for more details. This project uses the gRPC library, which is licensed under the Apache License 2.0. You can find the full text of the Apache License 2.0 at [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).