mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 08:34:19 +01: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.
8 lines
147 B
TOML
8 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"]
|