Hacker News new | ask | show | jobs
by psanford 1377 days ago
The sqlite cli supports loading modules at runtime, so you can do things like load and use a db via a custom vfs. My Go implementation of this vfs supports running in loadable module mode[1].

[1]: https://github.com/psanford/sqlite3vfshttp#demo