You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by michalfita December 11, 2024
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's lib.rs.
Is this no-feature for Limbo being oriented for cloud solutions?
The text was updated successfully, but these errors were encountered:
Discussed in #441
Originally posted by michalfita December 11, 2024
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?
The text was updated successfully, but these errors were encountered: