- Posted on
If you want to transfer parts (or a complete) database file to another one, you don't need to implement your own transport mechanism. You can easily do this from within SQLite itself.
If you want to transfer parts (or a complete) database file to another one, you don't need to implement your own transport mechanism. You can easily do this from within SQLite itself.
When writing extensions (especially virtual tables) to sqlite3, it is sometimes desirable to call a custom function to pass values or configure settings in your custom code. the first idea was some kind of custom pragma