module SQLite3 [system] { header "sqlite3.h" export * explicit module Ext { header "sqlite3ext.h" export * } link "sqlite3" }