Skip to content

Caching

Konstantin Käfer edited this page Mar 21, 2011 · 3 revisions

Caching

node-sqlite3 has a built-in database object cache to avoid opening the sameopening multiple times. To use the caching feature, simply use new sqlite3.cached.Database() instead of new sqlite.Database().

Clone this wiki locally