pub struct SQLite;
Expand description
Make it behave the same as when wrapper features are enabled
Implementations§
Source§impl SQLite
impl SQLite
Sourcepub async fn install_opfs_sahpool(
&self,
options: Option<&OpfsSAHPoolCfg>,
) -> Result<OpfsSAHPoolUtil, OpfsSAHError>
👎Deprecated: use install_opfs_sahpool directly in shim feature
pub async fn install_opfs_sahpool( &self, options: Option<&OpfsSAHPoolCfg>, ) -> Result<OpfsSAHPoolUtil, OpfsSAHError>
Register opfs-sahpool
vfs and return a utility object which can be used
to perform basic administration of the file pool
Auto Trait Implementations§
impl Freeze for SQLite
impl RefUnwindSafe for SQLite
impl Send for SQLite
impl Sync for SQLite
impl Unpin for SQLite
impl UnwindSafe for SQLite
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more