Rename liblimbo_sqlite3 to libturso_sqlite3

This commit is contained in:
Pekka Enberg
2025-08-02 11:24:21 +03:00
parent 2c05a3e787
commit 4aea9372bd
5 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
# Copyright 2024 the Limbo authors. All rights reserved. MIT license.
[package]
name = "limbo_sqlite3"
name = "turso_sqlite3"
version.workspace = true
authors.workspace = true
edition.workspace = true

View File

@@ -13,7 +13,7 @@ struct sqlite3_stmt {
_private: [u8; 0],
}
#[cfg_attr(not(feature = "sqlite3"), link(name = "limbo_sqlite3"))]
#[cfg_attr(not(feature = "sqlite3"), link(name = "turso_sqlite3"))]
#[cfg_attr(feature = "sqlite3", link(name = "sqlite3"))]
extern "C" {
fn sqlite3_libversion() -> *const libc::c_char;