It's not SQLite replacement if not no_std
#441
michalfita
started this conversation in
General
Replies: 4 comments 2 replies
-
I actually don't mind supporting |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of key features of original SQLite is that in can be built for bare metal system and used without OS in place on microcontrollers. To achieve the same, the core of Limbo would have to be
no_std
with ability to plug in a storage backend that's non-Linux thing. But I don't see#![no_std]
clause in core'slib.rs
.Is this no-feature for Limbo being oriented for cloud solutions?
Beta Was this translation helpful? Give feedback.
All reactions