pub struct InitOpts {
pub wasm_binary: &'static [u8],
pub wasm_memory: Memory,
pub proxy_uri: String,
}
Expand description
Initialize sqlite parameters
Currently, only memory can be configured
Fields§
§wasm_binary: &'static [u8]
sqlite wasm binary
wasm_memory: Memory
memory options
proxy_uri: String
opfs proxy uri
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InitOpts
impl RefUnwindSafe for InitOpts
impl !Send for InitOpts
impl !Sync for InitOpts
impl Unpin for InitOpts
impl UnwindSafe for InitOpts
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