mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
This adds initial SQLite C ABI compatibility to Limbo to make sure we drive the Rust API in the right way that allows us to implement SQLite semantics.
7 lines
147 B
TOML
7 lines
147 B
TOML
language = "C"
|
|
cpp_compat = true
|
|
include_guard = "LIMBO_SQLITE3_H"
|
|
line_length = 120
|
|
no_includes = true
|
|
style = "type"
|
|
sys_includes = ["stdint.h"]
|