mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
register time extension
This commit is contained in:
parent
434a14991b
commit
976ca962ed
1 changed files with 2 additions and 0 deletions
|
|
@ -202,6 +202,8 @@ impl Database {
|
|||
crate::uuid::register_extension(&mut ext_api);
|
||||
#[cfg(feature = "series")]
|
||||
crate::series::register_extension(&mut ext_api);
|
||||
#[cfg(feature = "time")]
|
||||
crate::time::register_extension(&mut ext_api);
|
||||
#[cfg(feature = "fs")]
|
||||
{
|
||||
let vfslist = add_builtin_vfs_extensions(Some(ext_api)).map_err(|e| e.to_string())?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue