mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-31 05:48:56 +08:00
Clarify that the submodules of rusqlite::vtab are ports (#672)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
//! `feature = "array"` Array Virtual Table: https://www.sqlite.org/carray.html
|
||||
//! `feature = "array"` Array Virtual Table.
|
||||
//!
|
||||
//! Note: `rarray`, not `carray` is the name of the table valued function we
|
||||
//! define.
|
||||
//!
|
||||
//! Port of [carray](http://www.sqlite.org/cgi/src/finfo?name=ext/misc/carray.c) C extension.
|
||||
//! Port of [carray](http://www.sqlite.org/cgi/src/finfo?name=ext/misc/carray.c)
|
||||
//! C extension: https://www.sqlite.org/carray.html
|
||||
//!
|
||||
//! # Example
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user