tursodatabase/turso

Make Limbo core `no_std`

Open

#442 建立於 2024年12月11日

在 GitHub 查看
 (2 留言) (2 反應) (0 負責人)Rust (1,001 fork)github user discovery
enhancementhelp wanted

倉庫指標

Star
 (19,103 star)
PR 合併指標
 (PR 指標待抓取)

描述

Discussed in https://github.com/tursodatabase/limbo/discussions/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's lib.rs.

Is this no-feature for Limbo being oriented for cloud solutions?

貢獻者指南