pub unsafe fn register_auto_extension(ax: RawAutoExtension) -> Result<()>Expand description
Register au auto-extension
ยงSafety
- Opening a database from an auto-extension handler will lead to an endless recursion of the auto-handler triggering itself indirectly for each newly-opened database.
- Results are undefined if the given db is closed by an auto-extension.
- The list of auto-extensions should not be manipulated from an auto-extension.