As far as I'm aware, sqlite3_vfs_register() is the only way to register 
your own VFS.

Martin Pfeifle wrote:
> Dear all, 
>
> I have a question regarding virtual file systems.
> I assume I can load my own virtual file system by calling
> the  c-function sqlite3_vfs_register(...).
>
> Am I right that I cannot load a virtual file system by a pragma command or
> a core function similar to load_extension?
>
> I would appreciate very much if this were possible.
>
> Best Martin
>
>
>
>       
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>   
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to