mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 04:54:21 +01:00
Merge pull request #156 from pereman2/fix-typo
This commit is contained in:
@@ -87,7 +87,7 @@ cargo bench --bench benchmark -- --profile-time=5
|
||||
|
||||
### How is Limbo different from libSQL?
|
||||
|
||||
Limbo is a research project to build a SQLite compatible in-process database in Rust with native async support. The libSQL project, on the other hand, is an open source, open contribution fork of SQLite, with focus on production features such as replication, backups, encryption, and so on. There is no hard dependency between the two projects. Of course, if Limbo becomes widely successful, we might consider merging with libSQL, but that something that will be decided in the future.
|
||||
Limbo is a research project to build a SQLite compatible in-process database in Rust with native async support. The libSQL project, on the other hand, is an open source, open contribution fork of SQLite, with focus on production features such as replication, backups, encryption, and so on. There is no hard dependency between the two projects. Of course, if Limbo becomes widely successful, we might consider merging with libSQL, but that is something that will be decided in the future.
|
||||
|
||||
## Publications
|
||||
|
||||
|
||||
Reference in New Issue
Block a user