mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-19 06:18:56 +08:00
Clarify that the submodules of rusqlite::vtab
are ports (#672)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
//! `feature = "csvtab"` CSV Virtual Table: https://www.sqlite.org/csv.html
|
||||
//! `feature = "csvtab"` CSV Virtual Table.
|
||||
//!
|
||||
//! Port of [csv](http://www.sqlite.org/cgi/src/finfo?name=ext/misc/csv.c) C extension.
|
||||
//! Port of [csv](http://www.sqlite.org/cgi/src/finfo?name=ext/misc/csv.c) C
|
||||
//! extension: https://www.sqlite.org/csv.html
|
||||
//!
|
||||
//! # Example
|
||||
//!
|
||||
|
Reference in New Issue
Block a user