SQLite Forum

Unable to compile spellfix extension of latest tarball that uses "SQLITE_VTAB_INNOCUOUS"
Login
Alright, I've gotten so far that I can compile sqlite3 and spellfix.so and can load spellfix.so in the sqlite3-CLI.

Question on my end to make sure I didn't overlook anything:
This is how it was intended and designed, correct? Compile a core sqlite3 installation that can load extensions, compile the extension separately, then during runtime use .load in the CLI or one of the various other means to load said extension and *then* use it. 

That is at least what I have understood from all the things I've read so far and what I could manage to get to work. Is that the correct way to do it?