📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 21:54:29
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs24
/
root
/
usr
/
share
/
doc
/
alt-nodejs24-nodejs-docs-24.15.0
/
html
/
api
📍 /opt/alt/alt-nodejs24/root/usr/share/doc/alt-nodejs24-nodejs-docs-24.15.0/html/api
🔄 Refresh
✏️
Editing: sqlite.html
Read Only
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <meta name="nodejs.org:node-version" content="v24.15.0"> <title>SQLite | Node.js v24.15.0 Documentation</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic&display=fallback"> <link rel="stylesheet" href="assets/style.css"> <link rel="stylesheet" href="assets/hljs.css"> <link rel="canonical" href="https://nodejs.org/api/sqlite.html"> <script async defer src="assets/api.js" type="text/javascript"></script> <script> const storedTheme = localStorage.getItem('theme'); // Follow operating system theme preference if (storedTheme === null && window.matchMedia) { const mq = window.matchMedia('(prefers-color-scheme: dark)'); if (mq.matches) { document.documentElement.classList.add('dark-mode'); } } else if (storedTheme === 'dark') { document.documentElement.classList.add('dark-mode'); } </script> <style>@media(max-width:526px){.with-38-chars>.js-flavor-toggle{float:none;margin:0 0 1em auto;}}@media(max-width:606px){.with-48-chars>.js-flavor-toggle{float:none;margin:0 0 1em auto;}}@media(max-width:694px){.with-59-chars>.js-flavor-toggle{float:none;margin:0 0 1em auto;}}@media(max-width:670px){.with-56-chars>.js-flavor-toggle{float:none;margin:0 0 1em auto;}}</style> </head> <body class="alt apidoc" id="api-section-sqlite"> <a href="#apicontent" class="skip-to-content">Skip to content</a> <div id="content" class="clearfix"> <div role="navigation" id="column2" class="interior"> <div id="intro" class="interior"> <a href="/" title="Go back to the home page"> Node.js </a> </div> <ul> <li><a href="documentation.html" class="nav-documentation">About this documentation</a></li> <li><a href="synopsis.html" class="nav-synopsis">Usage and example</a></li> </ul> <hr class="line"> <ul> <li><a href="assert.html" class="nav-assert">Assertion testing</a></li> <li><a href="async_context.html" class="nav-async_context">Asynchronous context tracking</a></li> <li><a href="async_hooks.html" class="nav-async_hooks">Async hooks</a></li> <li><a href="buffer.html" class="nav-buffer">Buffer</a></li> <li><a href="addons.html" class="nav-addons">C++ addons</a></li> <li><a href="n-api.html" class="nav-n-api">C/C++ addons with Node-API</a></li> <li><a href="embedding.html" class="nav-embedding">C++ embedder API</a></li> <li><a href="child_process.html" class="nav-child_process">Child processes</a></li> <li><a href="cluster.html" class="nav-cluster">Cluster</a></li> <li><a href="cli.html" class="nav-cli">Command-line options</a></li> <li><a href="console.html" class="nav-console">Console</a></li> <li><a href="crypto.html" class="nav-crypto">Crypto</a></li> <li><a href="debugger.html" class="nav-debugger">Debugger</a></li> <li><a href="deprecations.html" class="nav-deprecations">Deprecated APIs</a></li> <li><a href="diagnostics_channel.html" class="nav-diagnostics_channel">Diagnostics Channel</a></li> <li><a href="dns.html" class="nav-dns">DNS</a></li> <li><a href="domain.html" class="nav-domain">Domain</a></li> <li><a href="environment_variables.html" class="nav-environment_variables">Environment Variables</a></li> <li><a href="errors.html" class="nav-errors">Errors</a></li> <li><a href="events.html" class="nav-events">Events</a></li> <li><a href="fs.html" class="nav-fs">File system</a></li> <li><a href="globals.html" class="nav-globals">Globals</a></li> <li><a href="http.html" class="nav-http">HTTP</a></li> <li><a href="http2.html" class="nav-http2">HTTP/2</a></li> <li><a href="https.html" class="nav-https">HTTPS</a></li> <li><a href="inspector.html" class="nav-inspector">Inspector</a></li> <li><a href="intl.html" class="nav-intl">Internationalization</a></li> <li><a href="modules.html" class="nav-modules">Modules: CommonJS modules</a></li> <li><a href="esm.html" class="nav-esm">Modules: ECMAScript modules</a></li> <li><a href="module.html" class="nav-module">Modules: <code>node:module</code> API</a></li> <li><a href="packages.html" class="nav-packages">Modules: Packages</a></li> <li><a href="typescript.html" class="nav-typescript">Modules: TypeScript</a></li> <li><a href="net.html" class="nav-net">Net</a></li> <li><a href="os.html" class="nav-os">OS</a></li> <li><a href="path.html" class="nav-path">Path</a></li> <li><a href="perf_hooks.html" class="nav-perf_hooks">Performance hooks</a></li> <li><a href="permissions.html" class="nav-permissions">Permissions</a></li> <li><a href="process.html" class="nav-process">Process</a></li> <li><a href="punycode.html" class="nav-punycode">Punycode</a></li> <li><a href="querystring.html" class="nav-querystring">Query strings</a></li> <li><a href="readline.html" class="nav-readline">Readline</a></li> <li><a href="repl.html" class="nav-repl">REPL</a></li> <li><a href="report.html" class="nav-report">Report</a></li> <li><a href="single-executable-applications.html" class="nav-single-executable-applications">Single executable applications</a></li> <li><a href="sqlite.html" class="nav-sqlite active">SQLite</a></li> <li><a href="stream.html" class="nav-stream">Stream</a></li> <li><a href="string_decoder.html" class="nav-string_decoder">String decoder</a></li> <li><a href="test.html" class="nav-test">Test runner</a></li> <li><a href="timers.html" class="nav-timers">Timers</a></li> <li><a href="tls.html" class="nav-tls">TLS/SSL</a></li> <li><a href="tracing.html" class="nav-tracing">Trace events</a></li> <li><a href="tty.html" class="nav-tty">TTY</a></li> <li><a href="dgram.html" class="nav-dgram">UDP/datagram</a></li> <li><a href="url.html" class="nav-url">URL</a></li> <li><a href="util.html" class="nav-util">Utilities</a></li> <li><a href="v8.html" class="nav-v8">V8</a></li> <li><a href="vm.html" class="nav-vm">VM</a></li> <li><a href="wasi.html" class="nav-wasi">WASI</a></li> <li><a href="webcrypto.html" class="nav-webcrypto">Web Crypto API</a></li> <li><a href="webstreams.html" class="nav-webstreams">Web Streams API</a></li> <li><a href="worker_threads.html" class="nav-worker_threads">Worker threads</a></li> <li><a href="zlib.html" class="nav-zlib">Zlib</a></li> </ul> <hr class="line"> <ul> <li><a href="https://github.com/nodejs/node" class="nav-https-github-com-nodejs-node">Code repository and issue tracker</a></li> </ul> </div> <div id="column1" data-id="sqlite" class="interior"> <header class="header"> <div class="header-container"> <h1>Node.js v24.15.0 documentation</h1> <button class="theme-toggle-btn" id="theme-toggle-btn" title="Toggle dark mode/light mode" aria-label="Toggle dark mode/light mode" hidden> <svg xmlns="http://www.w3.org/2000/svg" class="icon dark-icon" height="24" width="24"> <path fill="none" d="M0 0h24v24H0z" /> <path d="M11.1 12.08c-2.33-4.51-.5-8.48.53-10.07C6.27 2.2 1.98 6.59 1.98 12c0 .14.02.28.02.42.62-.27 1.29-.42 2-.42 1.66 0 3.18.83 4.1 2.15A4.01 4.01 0 0111 18c0 1.52-.87 2.83-2.12 3.51.98.32 2.03.5 3.11.5 3.5 0 6.58-1.8 8.37-4.52-2.36.23-6.98-.97-9.26-5.41z"/> <path d="M7 16h-.18C6.4 14.84 5.3 14 4 14c-1.66 0-3 1.34-3 3s1.34 3 3 3h3c1.1 0 2-.9 2-2s-.9-2-2-2z"/> </svg> <svg xmlns="http://www.w3.org/2000/svg" class="icon light-icon" height="24" width="24"> <path d="M0 0h24v24H0z" fill="none" /> <path d="M6.76 4.84l-1.8-1.79-1.41 1.41 1.79 1.79 1.42-1.41zM4 10.5H1v2h3v-2zm9-9.95h-2V3.5h2V.55zm7.45 3.91l-1.41-1.41-1.79 1.79 1.41 1.41 1.79-1.79zm-3.21 13.7l1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4zM20 10.5v2h3v-2h-3zm-8-5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm-1 16.95h2V19.5h-2v2.95zm-7.45-3.91l1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8z"/> </svg> </button> </div> <div id="gtoc"> <ul> <li class="pinned-header">Node.js v24.15.0</li> <li class="picker-header"> <a href="#toc-picker" aria-controls="toc-picker"> <span class="picker-arrow"></span> Table of contents </a> <div class="picker" tabindex="-1"><div class="toc"><ul id="toc-picker"> <li><span class="stability_1.2"><a href="#sqlite">SQLite</a></span> <ul> <li><a href="#type-conversion-between-javascript-and-sqlite">Type conversion between JavaScript and SQLite</a></li> <li><a href="#class-databasesync">Class: <code>DatabaseSync</code></a> <ul> <li><a href="#new-databasesyncpath-options"><code>new DatabaseSync(path[, options])</code></a></li> <li><a href="#databaseaggregatename-options"><code>database.aggregate(name, options)</code></a></li> <li><a href="#databaseclose"><code>database.close()</code></a></li> <li><a href="#databaseloadextensionpath"><code>database.loadExtension(path)</code></a></li> <li><a href="#databaseenableloadextensionallow"><code>database.enableLoadExtension(allow)</code></a></li> <li><a href="#databaseenabledefensiveactive"><code>database.enableDefensive(active)</code></a></li> <li><a href="#databaselocationdbname"><code>database.location([dbName])</code></a></li> <li><a href="#databaseexecsql"><code>database.exec(sql)</code></a></li> <li><a href="#databasefunctionname-options-fn"><code>database.function(name[, options], fn)</code></a></li> <li><a href="#databasesetauthorizercallback"><code>database.setAuthorizer(callback)</code></a></li> <li><a href="#databaseisopen"><code>database.isOpen</code></a></li> <li><a href="#databaseistransaction"><code>database.isTransaction</code></a></li> <li><a href="#databaselimits"><code>database.limits</code></a></li> <li><a href="#databaseopen"><code>database.open()</code></a></li> <li><a href="#databasepreparesql-options"><code>database.prepare(sql[, options])</code></a></li> <li><a href="#databasecreatetagstoremaxsize"><code>database.createTagStore([maxSize])</code></a></li> <li><a href="#databasecreatesessionoptions"><code>database.createSession([options])</code></a></li> <li><a href="#databaseapplychangesetchangeset-options"><code>database.applyChangeset(changeset[, options])</code></a></li> <li><a href="#databasesymboldispose"><code>database[Symbol.dispose]()</code></a></li> </ul> </li> <li><a href="#class-session">Class: <code>Session</code></a> <ul> <li><a href="#sessionchangeset"><code>session.changeset()</code></a></li> <li><a href="#sessionpatchset"><code>session.patchset()</code></a></li> <li><a href="#sessionclose"><code>session.close()</code></a></li> <li><a href="#sessionsymboldispose"><code>session[Symbol.dispose]()</code></a></li> </ul> </li> <li><a href="#class-statementsync">Class: <code>StatementSync</code></a> <ul> <li><a href="#statementallnamedparameters-anonymousparameters"><code>statement.all([namedParameters][, ...anonymousParameters])</code></a></li> <li><a href="#statementcolumns"><code>statement.columns()</code></a></li> <li><a href="#statementexpandedsql"><code>statement.expandedSQL</code></a></li> <li><a href="#statementgetnamedparameters-anonymousparameters"><code>statement.get([namedParameters][, ...anonymousParameters])</code></a></li> <li><a href="#statementiteratenamedparameters-anonymousparameters"><code>statement.iterate([namedParameters][, ...anonymousParameters])</code></a></li> <li><a href="#statementrunnamedparameters-anonymousparameters"><code>statement.run([namedParameters][, ...anonymousParameters])</code></a></li> <li><a href="#statementsetallowbarenamedparametersenabled"><code>statement.setAllowBareNamedParameters(enabled)</code></a></li> <li><a href="#statementsetallowunknownnamedparametersenabled"><code>statement.setAllowUnknownNamedParameters(enabled)</code></a></li> <li><a href="#statementsetreturnarraysenabled"><code>statement.setReturnArrays(enabled)</code></a></li> <li><a href="#statementsetreadbigintsenabled"><code>statement.setReadBigInts(enabled)</code></a></li> <li><a href="#statementsourcesql"><code>statement.sourceSQL</code></a></li> </ul> </li> <li><a href="#class-sqltagstore">Class: <code>SQLTagStore</code></a> <ul> <li><a href="#sqltagstoreallstringelements-boundparameters"><code>sqlTagStore.all(stringElements[, ...boundParameters])</code></a></li> <li><a href="#sqltagstoregetstringelements-boundparameters"><code>sqlTagStore.get(stringElements[, ...boundParameters])</code></a></li> <li><a href="#sqltagstoreiteratestringelements-boundparameters"><code>sqlTagStore.iterate(stringElements[, ...boundParameters])</code></a></li> <li><a href="#sqltagstorerunstringelements-boundparameters"><code>sqlTagStore.run(stringElements[, ...boundParameters])</code></a></li> <li><a href="#sqltagstoresize"><code>sqlTagStore.size</code></a></li> <li><a href="#sqltagstorecapacity"><code>sqlTagStore.capacity</code></a></li> <li><a href="#sqltagstoredb"><code>sqlTagStore.db</code></a></li> <li><a href="#sqltagstoreclear"><code>sqlTagStore.clear()</code></a></li> </ul> </li> <li><a href="#sqlitebackupsourcedb-path-options"><code>sqlite.backup(sourceDb, path[, options])</code></a></li> <li><a href="#sqliteconstants"><code>sqlite.constants</code></a> <ul> <li><a href="#sqlite-constants">SQLite constants</a> <ul> <li><a href="#conflict-resolution-constants">Conflict resolution constants</a></li> <li><a href="#authorization-constants">Authorization constants</a> <ul> <li><a href="#authorization-result-codes">Authorization result codes</a></li> <li><a href="#authorization-action-codes">Authorization action codes</a></li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul></div></div> </li> <li class="picker-header"> <a href="#gtoc-picker" aria-controls="gtoc-picker"> <span class="picker-arrow"></span> Index </a> <div class="picker" tabindex="-1" id="gtoc-picker"><ul> <li><a href="documentation.html" class="nav-documentation">About this documentation</a></li> <li><a href="synopsis.html" class="nav-synopsis">Usage and example</a></li> <li> <a href="index.html">Index</a> </li> </ul> <hr class="line"> <ul> <li><a href="assert.html" class="nav-assert">Assertion testing</a></li> <li><a href="async_context.html" class="nav-async_context">Asynchronous context tracking</a></li> <li><a href="async_hooks.html" class="nav-async_hooks">Async hooks</a></li> <li><a href="buffer.html" class="nav-buffer">Buffer</a></li> <li><a href="addons.html" class="nav-addons">C++ addons</a></li> <li><a href="n-api.html" class="nav-n-api">C/C++ addons with Node-API</a></li> <li><a href="embedding.html" class="nav-embedding">C++ embedder API</a></li> <li><a href="child_process.html" class="nav-child_process">Child processes</a></li> <li><a href="cluster.html" class="nav-cluster">Cluster</a></li> <li><a href="cli.html" class="nav-cli">Command-line options</a></li> <li><a href="console.html" class="nav-console">Console</a></li> <li><a href="crypto.html" class="nav-crypto">Crypto</a></li> <li><a href="debugger.html" class="nav-debugger">Debugger</a></li> <li><a href="deprecations.html" class="nav-deprecations">Deprecated APIs</a></li> <li><a href="diagnostics_channel.html" class="nav-diagnostics_channel">Diagnostics Channel</a></li> <li><a href="dns.html" class="nav-dns">DNS</a></li> <li><a href="domain.html" class="nav-domain">Domain</a></li> <li><a href="environment_variables.html" class="nav-environment_variables">Environment Variables</a></li> <li><a href="errors.html" class="nav-errors">Errors</a></li> <li><a href="events.html" class="nav-events">Events</a></li> <li><a href="fs.html" class="nav-fs">File system</a></li> <li><a href="globals.html" class="nav-globals">Globals</a></li> <li><a href="http.html" class="nav-http">HTTP</a></li> <li><a href="http2.html" class="nav-http2">HTTP/2</a></li> <li><a href="https.html" class="nav-https">HTTPS</a></li> <li><a href="inspector.html" class="nav-inspector">Inspector</a></li> <li><a href="intl.html" class="nav-intl">Internationalization</a></li> <li><a href="modules.html" class="nav-modules">Modules: CommonJS modules</a></li> <li><a href="esm.html" class="nav-esm">Modules: ECMAScript modules</a></li> <li><a href="module.html" class="nav-module">Modules: <code>node:module</code> API</a></li> <li><a href="packages.html" class="nav-packages">Modules: Packages</a></li> <li><a href="typescript.html" class="nav-typescript">Modules: TypeScript</a></li> <li><a href="net.html" class="nav-net">Net</a></li> <li><a href="os.html" class="nav-os">OS</a></li> <li><a href="path.html" class="nav-path">Path</a></li> <li><a href="perf_hooks.html" class="nav-perf_hooks">Performance hooks</a></li> <li><a href="permissions.html" class="nav-permissions">Permissions</a></li> <li><a href="process.html" class="nav-process">Process</a></li> <li><a href="punycode.html" class="nav-punycode">Punycode</a></li> <li><a href="querystring.html" class="nav-querystring">Query strings</a></li> <li><a href="readline.html" class="nav-readline">Readline</a></li> <li><a href="repl.html" class="nav-repl">REPL</a></li> <li><a href="report.html" class="nav-report">Report</a></li> <li><a href="single-executable-applications.html" class="nav-single-executable-applications">Single executable applications</a></li> <li><a href="sqlite.html" class="nav-sqlite active">SQLite</a></li> <li><a href="stream.html" class="nav-stream">Stream</a></li> <li><a href="string_decoder.html" class="nav-string_decoder">String decoder</a></li> <li><a href="test.html" class="nav-test">Test runner</a></li> <li><a href="timers.html" class="nav-timers">Timers</a></li> <li><a href="tls.html" class="nav-tls">TLS/SSL</a></li> <li><a href="tracing.html" class="nav-tracing">Trace events</a></li> <li><a href="tty.html" class="nav-tty">TTY</a></li> <li><a href="dgram.html" class="nav-dgram">UDP/datagram</a></li> <li><a href="url.html" class="nav-url">URL</a></li> <li><a href="util.html" class="nav-util">Utilities</a></li> <li><a href="v8.html" class="nav-v8">V8</a></li> <li><a href="vm.html" class="nav-vm">VM</a></li> <li><a href="wasi.html" class="nav-wasi">WASI</a></li> <li><a href="webcrypto.html" class="nav-webcrypto">Web Crypto API</a></li> <li><a href="webstreams.html" class="nav-webstreams">Web Streams API</a></li> <li><a href="worker_threads.html" class="nav-worker_threads">Worker threads</a></li> <li><a href="zlib.html" class="nav-zlib">Zlib</a></li> </ul> <hr class="line"> <ul> <li><a href="https://github.com/nodejs/node" class="nav-https-github-com-nodejs-node">Code repository and issue tracker</a></li> </ul></div> </li> <li class="picker-header"> <a href="#alt-docs" aria-controls="alt-docs"> <span class="picker-arrow"></span> Other versions </a> <div class="picker" tabindex="-1"><ol id="alt-docs"><li><a href="https://nodejs.org/docs/latest-v25.x/api/sqlite.html">25.x</a></li> <li><a href="https://nodejs.org/docs/latest-v24.x/api/sqlite.html">24.x <b>LTS</b></a></li> <li><a href="https://nodejs.org/docs/latest-v23.x/api/sqlite.html">23.x</a></li> <li><a href="https://nodejs.org/docs/latest-v22.x/api/sqlite.html">22.x <b>LTS</b></a></li></ol></div> </li> <li class="picker-header"> <a href="#options-picker" aria-controls="options-picker"> <span class="picker-arrow"></span> Options </a> <div class="picker" tabindex="-1"> <ul id="options-picker"> <li> <a href="all.html">View on single page</a> </li> <li> <a href="sqlite.json">View as JSON</a> </li> <li class="edit_on_github"><a href="https://github.com/nodejs/node/edit/main/doc/api/sqlite.md">Edit on GitHub</a></li> </ul> </div> </li> </ul> </div> <hr> </header> <details role="navigation" id="toc" open><summary>Table of contents</summary><ul> <li><span class="stability_1.2"><a href="#sqlite">SQLite</a></span> <ul> <li><a href="#type-conversion-between-javascript-and-sqlite">Type conversion between JavaScript and SQLite</a></li> <li><a href="#class-databasesync">Class: <code>DatabaseSync</code></a> <ul> <li><a href="#new-databasesyncpath-options"><code>new DatabaseSync(path[, options])</code></a></li> <li><a href="#databaseaggregatename-options"><code>database.aggregate(name, options)</code></a></li> <li><a href="#databaseclose"><code>database.close()</code></a></li> <li><a href="#databaseloadextensionpath"><code>database.loadExtension(path)</code></a></li> <li><a href="#databaseenableloadextensionallow"><code>database.enableLoadExtension(allow)</code></a></li> <li><a href="#databaseenabledefensiveactive"><code>database.enableDefensive(active)</code></a></li> <li><a href="#databaselocationdbname"><code>database.location([dbName])</code></a></li> <li><a href="#databaseexecsql"><code>database.exec(sql)</code></a></li> <li><a href="#databasefunctionname-options-fn"><code>database.function(name[, options], fn)</code></a></li> <li><a href="#databasesetauthorizercallback"><code>database.setAuthorizer(callback)</code></a></li> <li><a href="#databaseisopen"><code>database.isOpen</code></a></li> <li><a href="#databaseistransaction"><code>database.isTransaction</code></a></li> <li><a href="#databaselimits"><code>database.limits</code></a></li> <li><a href="#databaseopen"><code>database.open()</code></a></li> <li><a href="#databasepreparesql-options"><code>database.prepare(sql[, options])</code></a></li> <li><a href="#databasecreatetagstoremaxsize"><code>database.createTagStore([maxSize])</code></a></li> <li><a href="#databasecreatesessionoptions"><code>database.createSession([options])</code></a></li> <li><a href="#databaseapplychangesetchangeset-options"><code>database.applyChangeset(changeset[, options])</code></a></li> <li><a href="#databasesymboldispose"><code>database[Symbol.dispose]()</code></a></li> </ul> </li> <li><a href="#class-session">Class: <code>Session</code></a> <ul> <li><a href="#sessionchangeset"><code>session.changeset()</code></a></li> <li><a href="#sessionpatchset"><code>session.patchset()</code></a></li> <li><a href="#sessionclose"><code>session.close()</code></a></li> <li><a href="#sessionsymboldispose"><code>session[Symbol.dispose]()</code></a></li> </ul> </li> <li><a href="#class-statementsync">Class: <code>StatementSync</code></a> <ul> <li><a href="#statementallnamedparameters-anonymousparameters"><code>statement.all([namedParameters][, ...anonymousParameters])</code></a></li> <li><a href="#statementcolumns"><code>statement.columns()</code></a></li> <li><a href="#statementexpandedsql"><code>statement.expandedSQL</code></a></li> <li><a href="#statementgetnamedparameters-anonymousparameters"><code>statement.get([namedParameters][, ...anonymousParameters])</code></a></li> <li><a href="#statementiteratenamedparameters-anonymousparameters"><code>statement.iterate([namedParameters][, ...anonymousParameters])</code></a></li> <li><a href="#statementrunnamedparameters-anonymousparameters"><code>statement.run([namedParameters][, ...anonymousParameters])</code></a></li> <li><a href="#statementsetallowbarenamedparametersenabled"><code>statement.setAllowBareNamedParameters(enabled)</code></a></li> <li><a href="#statementsetallowunknownnamedparametersenabled"><code>statement.setAllowUnknownNamedParameters(enabled)</code></a></li> <li><a href="#statementsetreturnarraysenabled"><code>statement.setReturnArrays(enabled)</code></a></li> <li><a href="#statementsetreadbigintsenabled"><code>statement.setReadBigInts(enabled)</code></a></li> <li><a href="#statementsourcesql"><code>statement.sourceSQL</code></a></li> </ul> </li> <li><a href="#class-sqltagstore">Class: <code>SQLTagStore</code></a> <ul> <li><a href="#sqltagstoreallstringelements-boundparameters"><code>sqlTagStore.all(stringElements[, ...boundParameters])</code></a></li> <li><a href="#sqltagstoregetstringelements-boundparameters"><code>sqlTagStore.get(stringElements[, ...boundParameters])</code></a></li> <li><a href="#sqltagstoreiteratestringelements-boundparameters"><code>sqlTagStore.iterate(stringElements[, ...boundParameters])</code></a></li> <li><a href="#sqltagstorerunstringelements-boundparameters"><code>sqlTagStore.run(stringElements[, ...boundParameters])</code></a></li> <li><a href="#sqltagstoresize"><code>sqlTagStore.size</code></a></li> <li><a href="#sqltagstorecapacity"><code>sqlTagStore.capacity</code></a></li> <li><a href="#sqltagstoredb"><code>sqlTagStore.db</code></a></li> <li><a href="#sqltagstoreclear"><code>sqlTagStore.clear()</code></a></li> </ul> </li> <li><a href="#sqlitebackupsourcedb-path-options"><code>sqlite.backup(sourceDb, path[, options])</code></a></li> <li><a href="#sqliteconstants"><code>sqlite.constants</code></a> <ul> <li><a href="#sqlite-constants">SQLite constants</a> <ul> <li><a href="#conflict-resolution-constants">Conflict resolution constants</a></li> <li><a href="#authorization-constants">Authorization constants</a> <ul> <li><a href="#authorization-result-codes">Authorization result codes</a></li> <li><a href="#authorization-action-codes">Authorization action codes</a></li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul></details> <div role="main" id="apicontent"> <h2>SQLite<span><a class="mark" href="#sqlite" id="sqlite">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_sqlite"></a></h2> <div class="api_metadata"> <details class="changelog"><summary>History</summary> <table> <tbody><tr><th>Version</th><th>Changes</th></tr> <tr><td>v24.15.0</td> <td><p>SQLite is now a release candidate.</p></td></tr> <tr><td>v23.4.0, v22.13.0</td> <td><p>SQLite is no longer behind <code>--experimental-sqlite</code> but still experimental.</p></td></tr> <tr><td>v22.5.0</td> <td><p><span>Added in: v22.5.0</span></p></td></tr> </tbody></table> </details> </div> <p></p><div class="api_stability api_stability_1"><a href="documentation.html#stability-index">Stability: 1.2</a> - Release candidate.</div><p></p> <p><strong>Source Code:</strong> <a href="https://github.com/nodejs/node/blob/v24.15.0/lib/sqlite.js">lib/sqlite.js</a></p> <p>The <code>node:sqlite</code> module facilitates working with SQLite databases. To access it:</p> <pre class="with-38-chars"><input class="js-flavor-toggle" type="checkbox" checked aria-label="Show modern ES modules syntax"><code class="language-js mjs"><span class="hljs-keyword">import</span> sqlite <span class="hljs-keyword">from</span> <span class="hljs-string">'node:sqlite'</span>;</code><code class="language-js cjs"><span class="hljs-keyword">const</span> sqlite = <span class="hljs-built_in">require</span>(<span class="hljs-string">'node:sqlite'</span>);</code><button class="copy-button">copy</button></pre> <p>This module is only available under the <code>node:</code> scheme.</p> <p>The following example shows the basic usage of the <code>node:sqlite</code> module to open an in-memory database, write data to the database, and then read the data back.</p> <pre class="with-48-chars"><input class="js-flavor-toggle" type="checkbox" checked aria-label="Show modern ES modules syntax"><code class="language-js mjs"><span class="hljs-keyword">import</span> { <span class="hljs-title class_">DatabaseSync</span> } <span class="hljs-keyword">from</span> <span class="hljs-string">'node:sqlite'</span>; <span class="hljs-keyword">const</span> database = <span class="hljs-keyword">new</span> <span class="hljs-title class_">DatabaseSync</span>(<span class="hljs-string">':memory:'</span>); <span class="hljs-comment">// Execute SQL statements from strings.</span> database.<span class="hljs-title function_">exec</span>(<span class="hljs-string">` CREATE TABLE data( key INTEGER PRIMARY KEY, value TEXT ) STRICT `</span>); <span class="hljs-comment">// Create a prepared statement to insert data into the database.</span> <span class="hljs-keyword">const</span> insert = database.<span class="hljs-title function_">prepare</span>(<span class="hljs-string">'INSERT INTO data (key, value) VALUES (?, ?)'</span>); <span class="hljs-comment">// Execute the prepared statement with bound values.</span> insert.<span class="hljs-title function_">run</span>(<span class="hljs-number">1</span>, <span class="hljs-string">'hello'</span>); insert.<span class="hljs-title function_">run</span>(<span class="hljs-number">2</span>, <span class="hljs-string">'world'</span>); <span class="hljs-comment">// Create a prepared statement to read data from the database.</span> <span class="hljs-keyword">const</span> query = database.<span class="hljs-title function_">prepare</span>(<span class="hljs-string">'SELECT * FROM data ORDER BY key'</span>); <span class="hljs-comment">// Execute the prepared statement and log the result set.</span> <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(query.<span class="hljs-title function_">all</span>()); <span class="hljs-comment">// Prints: [ { key: 1, value: 'hello' }, { key: 2, value: 'world' } ]</span></code><code class="language-js cjs"><span class="hljs-meta">'use strict'</span>; <span class="hljs-keyword">const</span> { <span class="hljs-title class_">DatabaseSync</span> } = <span class="hljs-built_in">require</span>(<span class="hljs-string">'node:sqlite'</span>); <span class="hljs-keyword">const</span> database = <span class="hljs-keyword">new</span> <span class="hljs-title class_">DatabaseSync</span>(<span class="hljs-string">':memory:'</span>); <span class="hljs-comment">// Execute SQL statements from strings.</span> database.<span class="hljs-title function_">exec</span>(<span class="hljs-string">` CREATE TABLE data( key INTEGER PRIMARY KEY, value TEXT ) STRICT `</span>); <span class="hljs-comment">// Create a prepared statement to insert data into the database.</span> <span class="hljs-keyword">const</span> insert = database.<span class="hljs-title function_">prepare</span>(<span class="hljs-string">'INSERT INTO data (key, value) VALUES (?, ?)'</span>); <span class="hljs-comment">// Execute the prepared statement with bound values.</span> insert.<span class="hljs-title function_">run</span>(<span class="hljs-number">1</span>, <span class="hljs-string">'hello'</span>); insert.<span class="hljs-title function_">run</span>(<span class="hljs-number">2</span>, <span class="hljs-string">'world'</span>); <span class="hljs-comment">// Create a prepared statement to read data from the database.</span> <span class="hljs-keyword">const</span> query = database.<span class="hljs-title function_">prepare</span>(<span class="hljs-string">'SELECT * FROM data ORDER BY key'</span>); <span class="hljs-comment">// Execute the prepared statement and log the result set.</span> <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(query.<span class="hljs-title function_">all</span>()); <span class="hljs-comment">// Prints: [ { key: 1, value: 'hello' }, { key: 2, value: 'world' } ]</span></code><button class="copy-button">copy</button></pre> <section><h3>Type conversion between JavaScript and SQLite<span><a class="mark" href="#type-conversion-between-javascript-and-sqlite" id="type-conversion-between-javascript-and-sqlite">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_type_conversion_between_javascript_and_sqlite"></a></h3> <p>When Node.js writes to or reads from SQLite, it is necessary to convert between JavaScript data types and SQLite's <a href="https://www.sqlite.org/datatype3.html">data types</a>. Because JavaScript supports more data types than SQLite, only a subset of JavaScript types are supported. Attempting to write an unsupported data type to SQLite will result in an exception.</p> <table><thead><tr><th>Storage class</th><th>JavaScript to SQLite</th><th>SQLite to JavaScript</th></tr></thead><tbody><tr><td><code>NULL</code></td><td><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a></td><td><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a></td></tr><tr><td><code>INTEGER</code></td><td><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> or <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#bigint_type" class="type"><bigint></a></td><td><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> or <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#bigint_type" class="type"><bigint></a> <em>(configurable)</em></td></tr><tr><td><code>REAL</code></td><td><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a></td><td><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a></td></tr><tr><td><code>TEXT</code></td><td><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a></td><td><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a></td></tr><tr><td><code>BLOB</code></td><td><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray" class="type"><TypedArray></a> or <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView" class="type"><DataView></a></td><td><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array" class="type"><Uint8Array></a></td></tr></tbody></table> <p>APIs that read values from SQLite have a configuration option that determines whether <code>INTEGER</code> values are converted to <code>number</code> or <code>bigint</code> in JavaScript, such as the <code>readBigInts</code> option for statements and the <code>useBigIntArguments</code> option for user-defined functions. If Node.js reads an <code>INTEGER</code> value from SQLite that is outside the JavaScript <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger">safe integer</a> range, and the option to read BigInts is not enabled, then an <code>ERR_OUT_OF_RANGE</code> error will be thrown.</p> </section><section><h3>Class: <code>DatabaseSync</code><span><a class="mark" href="#class-databasesync" id="class-databasesync">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_class_databasesync"></a></h3> <div class="api_metadata"> <details class="changelog"><summary>History</summary> <table> <tbody><tr><th>Version</th><th>Changes</th></tr> <tr><td>v24.0.0</td> <td><p>Add <code>timeout</code> option.</p></td></tr> <tr><td>v23.10.0, v22.15.0</td> <td><p>The <code>path</code> argument now supports Buffer and URL objects.</p></td></tr> <tr><td>v22.5.0</td> <td><p><span>Added in: v22.5.0</span></p></td></tr> </tbody></table> </details> </div> <p>This class represents a single <a href="https://www.sqlite.org/c3ref/sqlite3.html">connection</a> to a SQLite database. All APIs exposed by this class execute synchronously.</p> <div> <h4><code>new DatabaseSync(path[, options])</code><span><a class="mark" href="#new-databasesyncpath-options" id="new-databasesyncpath-options">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_new_databasesync_path_options"></a></h4> <div class="api_metadata"> <details class="changelog"><summary>History</summary> <table> <tbody><tr><th>Version</th><th>Changes</th></tr> <tr><td>v24.14.0</td> <td><p>Enable <code>defensive</code> by default.</p></td></tr> <tr><td>v24.12.0</td> <td><p>Add <code>defensive</code> option.</p></td></tr> <tr><td>v24.4.0</td> <td><p>Add new SQLite database options.</p></td></tr> <tr><td>v22.5.0</td> <td><p><span>Added in: v22.5.0</span></p></td></tr> </tbody></table> </details> </div> <ul> <li><code>path</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="buffer.html#class-buffer" class="type"><Buffer></a> | <a href="url.html#the-whatwg-url-api" class="type"><URL></a> The path of the database. A SQLite database can be stored in a file or completely <a href="https://www.sqlite.org/inmemorydb.html">in memory</a>. To use a file-backed database, the path should be a file path. To use an in-memory database, the path should be the special name <code>':memory:'</code>.</li> <li><code>options</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> Configuration options for the database connection. The following options are supported: <ul> <li><code>open</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, the database is opened by the constructor. When this value is <code>false</code>, the database must be opened via the <code>open()</code> method. <strong>Default:</strong> <code>true</code>.</li> <li><code>readOnly</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, the database is opened in read-only mode. If the database does not exist, opening it will fail. <strong>Default:</strong> <code>false</code>.</li> <li><code>enableForeignKeyConstraints</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, foreign key constraints are enabled. This is recommended but can be disabled for compatibility with legacy database schemas. The enforcement of foreign key constraints can be enabled and disabled after opening the database using <a href="https://www.sqlite.org/pragma.html#pragma_foreign_keys"><code>PRAGMA foreign_keys</code></a>. <strong>Default:</strong> <code>true</code>.</li> <li><code>enableDoubleQuotedStringLiterals</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, SQLite will accept <a href="https://www.sqlite.org/quirks.html#dblquote">double-quoted string literals</a>. This is not recommended but can be enabled for compatibility with legacy database schemas. <strong>Default:</strong> <code>false</code>.</li> <li><code>allowExtension</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, the <code>loadExtension</code> SQL function and the <code>loadExtension()</code> method are enabled. You can call <code>enableLoadExtension(false)</code> later to disable this feature. <strong>Default:</strong> <code>false</code>.</li> <li><code>timeout</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> The <a href="https://sqlite.org/c3ref/busy_timeout.html">busy timeout</a> in milliseconds. This is the maximum amount of time that SQLite will wait for a database lock to be released before returning an error. <strong>Default:</strong> <code>0</code>.</li> <li><code>readBigInts</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, integer fields are read as JavaScript <code>BigInt</code> values. If <code>false</code>, integer fields are read as JavaScript numbers. <strong>Default:</strong> <code>false</code>.</li> <li><code>returnArrays</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, query results are returned as arrays instead of objects. <strong>Default:</strong> <code>false</code>.</li> <li><code>allowBareNamedParameters</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, allows binding named parameters without the prefix character (e.g., <code>foo</code> instead of <code>:foo</code>). <strong>Default:</strong> <code>true</code>.</li> <li><code>allowUnknownNamedParameters</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, unknown named parameters are ignored when binding. If <code>false</code>, an exception is thrown for unknown named parameters. <strong>Default:</strong> <code>false</code>.</li> <li><code>defensive</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, enables the defensive flag. When the defensive flag is enabled, language features that allow ordinary SQL to deliberately corrupt the database file are disabled. The defensive flag can also be set using <code>enableDefensive()</code>. <strong>Default:</strong> <code>true</code>.</li> <li><code>limits</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> Configuration for various SQLite limits. These limits can be used to prevent excessive resource consumption when handling potentially malicious input. See <a href="https://www.sqlite.org/c3ref/limit.html">Run-Time Limits</a> and <a href="https://www.sqlite.org/c3ref/c_limit_attached.html">Limit Constants</a> in the SQLite documentation for details. Default values are determined by SQLite's compile-time defaults and may vary depending on how SQLite was built. The following properties are supported: <ul> <li><code>length</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> Maximum length of a string or BLOB.</li> <li><code>sqlLength</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> Maximum length of an SQL statement.</li> <li><code>column</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> Maximum number of columns.</li> <li><code>exprDepth</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> Maximum depth of an expression tree.</li> <li><code>compoundSelect</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> Maximum number of terms in a compound SELECT.</li> <li><code>vdbeOp</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> Maximum number of VDBE instructions.</li> <li><code>functionArg</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> Maximum number of function arguments.</li> <li><code>attach</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> Maximum number of attached databases.</li> <li><code>likePatternLength</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> Maximum length of a LIKE pattern.</li> <li><code>variableNumber</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> Maximum number of SQL variables.</li> <li><code>triggerDepth</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> Maximum trigger recursion depth.</li> </ul> </li> </ul> </li> </ul> <p>Constructs a new <code>DatabaseSync</code> instance.</p> </div><div> <h4><code>database.aggregate(name, options)</code><span><a class="mark" href="#databaseaggregatename-options" id="databaseaggregatename-options">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_aggregate_name_options"></a></h4> <div class="api_metadata"> <span>Added in: v24.0.0</span> </div> <p>Registers a new aggregate function with the SQLite database. This method is a wrapper around <a href="https://www.sqlite.org/c3ref/create_function.html"><code>sqlite3_create_window_function()</code></a>.</p> <ul> <li><code>name</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> The name of the SQLite function to create.</li> <li><code>options</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> Function configuration settings. <ul> <li><code>deterministic</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, the <a href="https://www.sqlite.org/c3ref/c_deterministic.html"><code>SQLITE_DETERMINISTIC</code></a> flag is set on the created function. <strong>Default:</strong> <code>false</code>.</li> <li><code>directOnly</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, the <a href="https://www.sqlite.org/c3ref/c_deterministic.html"><code>SQLITE_DIRECTONLY</code></a> flag is set on the created function. <strong>Default:</strong> <code>false</code>.</li> <li><code>useBigIntArguments</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, integer arguments to <code>options.step</code> and <code>options.inverse</code> are converted to <code>BigInt</code>s. If <code>false</code>, integer arguments are passed as JavaScript numbers. <strong>Default:</strong> <code>false</code>.</li> <li><code>varargs</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, <code>options.step</code> and <code>options.inverse</code> may be invoked with any number of arguments (between zero and <a href="https://www.sqlite.org/limits.html#max_function_arg"><code>SQLITE_MAX_FUNCTION_ARG</code></a>). If <code>false</code>, <code>inverse</code> and <code>step</code> must be invoked with exactly <code>length</code> arguments. <strong>Default:</strong> <code>false</code>.</li> <li><code>start</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array" class="type"><Array></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function" class="type"><Function></a> The identity value for the aggregation function. This value is used when the aggregation function is initialized. When a <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function" class="type"><Function></a> is passed the identity will be its return value.</li> <li><code>step</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function" class="type"><Function></a> The function to call for each row in the aggregation. The function receives the current state and the row value. The return value of this function should be the new state.</li> <li><code>result</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function" class="type"><Function></a> The function to call to get the result of the aggregation. The function receives the final state and should return the result of the aggregation.</li> <li><code>inverse</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function" class="type"><Function></a> When this function is provided, the <code>aggregate</code> method will work as a window function. The function receives the current state and the dropped row value. The return value of this function should be the new state.</li> </ul> </li> </ul> <p>When used as a window function, the <code>result</code> function will be called multiple times.</p> <pre class="with-48-chars"><input class="js-flavor-toggle" type="checkbox" aria-label="Show modern ES modules syntax"><code class="language-js cjs"><span class="hljs-keyword">const</span> { <span class="hljs-title class_">DatabaseSync</span> } = <span class="hljs-built_in">require</span>(<span class="hljs-string">'node:sqlite'</span>); <span class="hljs-keyword">const</span> db = <span class="hljs-keyword">new</span> <span class="hljs-title class_">DatabaseSync</span>(<span class="hljs-string">':memory:'</span>); db.<span class="hljs-title function_">exec</span>(<span class="hljs-string">` CREATE TABLE t3(x, y); INSERT INTO t3 VALUES ('a', 4), ('b', 5), ('c', 3), ('d', 8), ('e', 1); `</span>); db.<span class="hljs-title function_">aggregate</span>(<span class="hljs-string">'sumint'</span>, { <span class="hljs-attr">start</span>: <span class="hljs-number">0</span>, <span class="hljs-attr">step</span>: <span class="hljs-function">(<span class="hljs-params">acc, value</span>) =></span> acc + value, }); db.<span class="hljs-title function_">prepare</span>(<span class="hljs-string">'SELECT sumint(y) as total FROM t3'</span>).<span class="hljs-title function_">get</span>(); <span class="hljs-comment">// { total: 21 }</span></code><code class="language-js mjs"><span class="hljs-keyword">import</span> { <span class="hljs-title class_">DatabaseSync</span> } <span class="hljs-keyword">from</span> <span class="hljs-string">'node:sqlite'</span>; <span class="hljs-keyword">const</span> db = <span class="hljs-keyword">new</span> <span class="hljs-title class_">DatabaseSync</span>(<span class="hljs-string">':memory:'</span>); db.<span class="hljs-title function_">exec</span>(<span class="hljs-string">` CREATE TABLE t3(x, y); INSERT INTO t3 VALUES ('a', 4), ('b', 5), ('c', 3), ('d', 8), ('e', 1); `</span>); db.<span class="hljs-title function_">aggregate</span>(<span class="hljs-string">'sumint'</span>, { <span class="hljs-attr">start</span>: <span class="hljs-number">0</span>, <span class="hljs-attr">step</span>: <span class="hljs-function">(<span class="hljs-params">acc, value</span>) =></span> acc + value, }); db.<span class="hljs-title function_">prepare</span>(<span class="hljs-string">'SELECT sumint(y) as total FROM t3'</span>).<span class="hljs-title function_">get</span>(); <span class="hljs-comment">// { total: 21 }</span></code><button class="copy-button">copy</button></pre> </div><div> <h4><code>database.close()</code><span><a class="mark" href="#databaseclose" id="databaseclose">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_close"></a></h4> <div class="api_metadata"> <span>Added in: v22.5.0</span> </div> <p>Closes the database connection. An exception is thrown if the database is not open. This method is a wrapper around <a href="https://www.sqlite.org/c3ref/close.html"><code>sqlite3_close_v2()</code></a>.</p> </div><div> <h4><code>database.loadExtension(path)</code><span><a class="mark" href="#databaseloadextensionpath" id="databaseloadextensionpath">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_loadextension_path"></a></h4> <div class="api_metadata"> <span>Added in: v23.5.0, v22.13.0</span> </div> <ul> <li><code>path</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> The path to the shared library to load.</li> </ul> <p>Loads a shared library into the database connection. This method is a wrapper around <a href="https://www.sqlite.org/c3ref/load_extension.html"><code>sqlite3_load_extension()</code></a>. It is required to enable the <code>allowExtension</code> option when constructing the <code>DatabaseSync</code> instance.</p> </div><div> <h4><code>database.enableLoadExtension(allow)</code><span><a class="mark" href="#databaseenableloadextensionallow" id="databaseenableloadextensionallow">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_enableloadextension_allow"></a></h4> <div class="api_metadata"> <span>Added in: v23.5.0, v22.13.0</span> </div> <ul> <li><code>allow</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> Whether to allow loading extensions.</li> </ul> <p>Enables or disables the <code>loadExtension</code> SQL function, and the <code>loadExtension()</code> method. When <code>allowExtension</code> is <code>false</code> when constructing, you cannot enable loading extensions for security reasons.</p> </div><div> <h4><code>database.enableDefensive(active)</code><span><a class="mark" href="#databaseenabledefensiveactive" id="databaseenabledefensiveactive">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_enabledefensive_active"></a></h4> <div class="api_metadata"> <span>Added in: v24.12.0</span> </div> <ul> <li><code>active</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> Whether to set the defensive flag.</li> </ul> <p>Enables or disables the defensive flag. When the defensive flag is active, language features that allow ordinary SQL to deliberately corrupt the database file are disabled. See <a href="https://www.sqlite.org/c3ref/c_dbconfig_defensive.html#sqlitedbconfigdefensive"><code>SQLITE_DBCONFIG_DEFENSIVE</code></a> in the SQLite documentation for details.</p> </div><div> <h4><code>database.location([dbName])</code><span><a class="mark" href="#databaselocationdbname" id="databaselocationdbname">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_location_dbname"></a></h4> <div class="api_metadata"> <span>Added in: v24.0.0</span> </div> <ul> <li><code>dbName</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> Name of the database. This can be <code>'main'</code> (the default primary database) or any other database that has been added with <a href="https://www.sqlite.org/lang_attach.html"><code>ATTACH DATABASE</code></a> <strong>Default:</strong> <code>'main'</code>.</li> <li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> The location of the database file. When using an in-memory database, this method returns null.</li> </ul> <p>This method is a wrapper around <a href="https://sqlite.org/c3ref/db_filename.html"><code>sqlite3_db_filename()</code></a></p> </div><div> <h4><code>database.exec(sql)</code><span><a class="mark" href="#databaseexecsql" id="databaseexecsql">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_exec_sql"></a></h4> <div class="api_metadata"> <span>Added in: v22.5.0</span> </div> <ul> <li><code>sql</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> A SQL string to execute.</li> </ul> <p>This method allows one or more SQL statements to be executed without returning any results. This method is useful when executing SQL statements read from a file. This method is a wrapper around <a href="https://www.sqlite.org/c3ref/exec.html"><code>sqlite3_exec()</code></a>.</p> </div><div> <h4><code>database.function(name[, options], fn)</code><span><a class="mark" href="#databasefunctionname-options-fn" id="databasefunctionname-options-fn">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_function_name_options_fn"></a></h4> <div class="api_metadata"> <span>Added in: v23.5.0, v22.13.0</span> </div> <ul> <li><code>name</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> The name of the SQLite function to create.</li> <li><code>options</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> Optional configuration settings for the function. The following properties are supported: <ul> <li><code>deterministic</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, the <a href="https://www.sqlite.org/c3ref/c_deterministic.html"><code>SQLITE_DETERMINISTIC</code></a> flag is set on the created function. <strong>Default:</strong> <code>false</code>.</li> <li><code>directOnly</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, the <a href="https://www.sqlite.org/c3ref/c_deterministic.html"><code>SQLITE_DIRECTONLY</code></a> flag is set on the created function. <strong>Default:</strong> <code>false</code>.</li> <li><code>useBigIntArguments</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, integer arguments to <code>function</code> are converted to <code>BigInt</code>s. If <code>false</code>, integer arguments are passed as JavaScript numbers. <strong>Default:</strong> <code>false</code>.</li> <li><code>varargs</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, <code>function</code> may be invoked with any number of arguments (between zero and <a href="https://www.sqlite.org/limits.html#max_function_arg"><code>SQLITE_MAX_FUNCTION_ARG</code></a>). If <code>false</code>, <code>function</code> must be invoked with exactly <code>function.length</code> arguments. <strong>Default:</strong> <code>false</code>.</li> </ul> </li> <li><code>fn</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function" class="type"><Function></a> The JavaScript function to call when the SQLite function is invoked. The return value of this function should be a valid SQLite data type: see <a href="#type-conversion-between-javascript-and-sqlite">Type conversion between JavaScript and SQLite</a>. The result defaults to <code>NULL</code> if the return value is <code>undefined</code>.</li> </ul> <p>This method is used to create SQLite user-defined functions. This method is a wrapper around <a href="https://www.sqlite.org/c3ref/create_function.html"><code>sqlite3_create_function_v2()</code></a>.</p> </div><div> <h4><code>database.setAuthorizer(callback)</code><span><a class="mark" href="#databasesetauthorizercallback" id="databasesetauthorizercallback">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_setauthorizer_callback"></a></h4> <div class="api_metadata"> <span>Added in: v24.10.0</span> </div> <ul> <li><code>callback</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function" class="type"><Function></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> The authorizer function to set, or <code>null</code> to clear the current authorizer.</li> </ul> <p>Sets an authorizer callback that SQLite will invoke whenever it attempts to access data or modify the database schema through prepared statements. This can be used to implement security policies, audit access, or restrict certain operations. This method is a wrapper around <a href="https://sqlite.org/c3ref/set_authorizer.html"><code>sqlite3_set_authorizer()</code></a>.</p> <p>When invoked, the callback receives five arguments:</p> <ul> <li><code>actionCode</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> The type of operation being performed (e.g., <code>SQLITE_INSERT</code>, <code>SQLITE_UPDATE</code>, <code>SQLITE_SELECT</code>).</li> <li><code>arg1</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> The first argument (context-dependent, often a table name).</li> <li><code>arg2</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> The second argument (context-dependent, often a column name).</li> <li><code>dbName</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> The name of the database.</li> <li><code>triggerOrView</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> The name of the trigger or view causing the access.</li> </ul> <p>The callback must return one of the following constants:</p> <ul> <li><code>SQLITE_OK</code> - Allow the operation.</li> <li><code>SQLITE_DENY</code> - Deny the operation (causes an error).</li> <li><code>SQLITE_IGNORE</code> - Ignore the operation (silently skip).</li> </ul> <pre class="with-59-chars"><input class="js-flavor-toggle" type="checkbox" aria-label="Show modern ES modules syntax"><code class="language-js cjs"><span class="hljs-keyword">const</span> { <span class="hljs-title class_">DatabaseSync</span>, constants } = <span class="hljs-built_in">require</span>(<span class="hljs-string">'node:sqlite'</span>); <span class="hljs-keyword">const</span> db = <span class="hljs-keyword">new</span> <span class="hljs-title class_">DatabaseSync</span>(<span class="hljs-string">':memory:'</span>); <span class="hljs-comment">// Set up an authorizer that denies all table creation</span> db.<span class="hljs-title function_">setAuthorizer</span>(<span class="hljs-function">(<span class="hljs-params">actionCode</span>) =></span> { <span class="hljs-keyword">if</span> (actionCode === constants.<span class="hljs-property">SQLITE_CREATE_TABLE</span>) { <span class="hljs-keyword">return</span> constants.<span class="hljs-property">SQLITE_DENY</span>; } <span class="hljs-keyword">return</span> constants.<span class="hljs-property">SQLITE_OK</span>; }); <span class="hljs-comment">// This will work</span> db.<span class="hljs-title function_">prepare</span>(<span class="hljs-string">'SELECT 1'</span>).<span class="hljs-title function_">get</span>(); <span class="hljs-comment">// This will throw an error due to authorization denial</span> <span class="hljs-keyword">try</span> { db.<span class="hljs-title function_">exec</span>(<span class="hljs-string">'CREATE TABLE blocked (id INTEGER)'</span>); } <span class="hljs-keyword">catch</span> (err) { <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">'Operation blocked:'</span>, err.<span class="hljs-property">message</span>); }</code><code class="language-js mjs"><span class="hljs-keyword">import</span> { <span class="hljs-title class_">DatabaseSync</span>, constants } <span class="hljs-keyword">from</span> <span class="hljs-string">'node:sqlite'</span>; <span class="hljs-keyword">const</span> db = <span class="hljs-keyword">new</span> <span class="hljs-title class_">DatabaseSync</span>(<span class="hljs-string">':memory:'</span>); <span class="hljs-comment">// Set up an authorizer that denies all table creation</span> db.<span class="hljs-title function_">setAuthorizer</span>(<span class="hljs-function">(<span class="hljs-params">actionCode</span>) =></span> { <span class="hljs-keyword">if</span> (actionCode === constants.<span class="hljs-property">SQLITE_CREATE_TABLE</span>) { <span class="hljs-keyword">return</span> constants.<span class="hljs-property">SQLITE_DENY</span>; } <span class="hljs-keyword">return</span> constants.<span class="hljs-property">SQLITE_OK</span>; }); <span class="hljs-comment">// This will work</span> db.<span class="hljs-title function_">prepare</span>(<span class="hljs-string">'SELECT 1'</span>).<span class="hljs-title function_">get</span>(); <span class="hljs-comment">// This will throw an error due to authorization denial</span> <span class="hljs-keyword">try</span> { db.<span class="hljs-title function_">exec</span>(<span class="hljs-string">'CREATE TABLE blocked (id INTEGER)'</span>); } <span class="hljs-keyword">catch</span> (err) { <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">'Operation blocked:'</span>, err.<span class="hljs-property">message</span>); }</code><button class="copy-button">copy</button></pre> </div><div> <h4><code>database.isOpen</code><span><a class="mark" href="#databaseisopen" id="databaseisopen">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_isopen"></a></h4> <div class="api_metadata"> <span>Added in: v23.11.0, v22.15.0</span> </div> <ul> <li>Type: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> Whether the database is currently open or not.</li> </ul> </div><div> <h4><code>database.isTransaction</code><span><a class="mark" href="#databaseistransaction" id="databaseistransaction">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_istransaction"></a></h4> <div class="api_metadata"> <span>Added in: v24.0.0</span> </div> <ul> <li>Type: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> Whether the database is currently within a transaction. This method is a wrapper around <a href="https://sqlite.org/c3ref/get_autocommit.html"><code>sqlite3_get_autocommit()</code></a>.</li> </ul> </div><div> <h4><code>database.limits</code><span><a class="mark" href="#databaselimits" id="databaselimits">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_limits"></a></h4> <div class="api_metadata"> <span>Added in: v24.15.0</span> </div> <ul> <li>Type: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a></li> </ul> <p>An object for getting and setting SQLite database limits at runtime. Each property corresponds to an SQLite limit and can be read or written.</p> <pre><code class="language-js"><span class="hljs-keyword">const</span> db = <span class="hljs-keyword">new</span> <span class="hljs-title class_">DatabaseSync</span>(<span class="hljs-string">':memory:'</span>); <span class="hljs-comment">// Read current limit</span> <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(db.<span class="hljs-property">limits</span>.<span class="hljs-property">length</span>); <span class="hljs-comment">// Set a new limit</span> db.<span class="hljs-property">limits</span>.<span class="hljs-property">sqlLength</span> = <span class="hljs-number">100000</span>; <span class="hljs-comment">// Reset a limit to its compile-time maximum</span> db.<span class="hljs-property">limits</span>.<span class="hljs-property">sqlLength</span> = <span class="hljs-title class_">Infinity</span>;</code> <button class="copy-button">copy</button></pre> <p>Available properties: <code>length</code>, <code>sqlLength</code>, <code>column</code>, <code>exprDepth</code>, <code>compoundSelect</code>, <code>vdbeOp</code>, <code>functionArg</code>, <code>attach</code>, <code>likePatternLength</code>, <code>variableNumber</code>, <code>triggerDepth</code>.</p> <p>Setting a property to <code>Infinity</code> resets the limit to its compile-time maximum value.</p> </div><div> <h4><code>database.open()</code><span><a class="mark" href="#databaseopen" id="databaseopen">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_open"></a></h4> <div class="api_metadata"> <span>Added in: v22.5.0</span> </div> <p>Opens the database specified in the <code>path</code> argument of the <code>DatabaseSync</code> constructor. This method should only be used when the database is not opened via the constructor. An exception is thrown if the database is already open.</p> </div><div> <h4><code>database.prepare(sql[, options])</code><span><a class="mark" href="#databasepreparesql-options" id="databasepreparesql-options">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_prepare_sql_options"></a></h4> <div class="api_metadata"> <span>Added in: v22.5.0</span> </div> <ul> <li><code>sql</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> A SQL string to compile to a prepared statement.</li> <li><code>options</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> Optional configuration for the prepared statement. <ul> <li><code>readBigInts</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, integer fields are read as <code>BigInt</code>s. <strong>Default:</strong> inherited from database options or <code>false</code>.</li> <li><code>returnArrays</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, results are returned as arrays. <strong>Default:</strong> inherited from database options or <code>false</code>.</li> <li><code>allowBareNamedParameters</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, allows binding named parameters without the prefix character. <strong>Default:</strong> inherited from database options or <code>true</code>.</li> <li><code>allowUnknownNamedParameters</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> If <code>true</code>, unknown named parameters are ignored. <strong>Default:</strong> inherited from database options or <code>false</code>.</li> </ul> </li> <li>Returns: <a href="sqlite.html#class-statementsync" class="type"><StatementSync></a> The prepared statement.</li> </ul> <p>Compiles a SQL statement into a <a href="https://www.sqlite.org/c3ref/stmt.html">prepared statement</a>. This method is a wrapper around <a href="https://www.sqlite.org/c3ref/prepare.html"><code>sqlite3_prepare_v2()</code></a>.</p> </div><div> <h4><code>database.createTagStore([maxSize])</code><span><a class="mark" href="#databasecreatetagstoremaxsize" id="databasecreatetagstoremaxsize">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_createtagstore_maxsize"></a></h4> <div class="api_metadata"> <span>Added in: v24.9.0</span> </div> <ul> <li><code>maxSize</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><integer></a> The maximum number of prepared statements to cache. <strong>Default:</strong> <code>1000</code>.</li> <li>Returns: <a href="sqlite.html#class-sqltagstore" class="type"><SQLTagStore></a> A new SQL tag store for caching prepared statements.</li> </ul> <p>Creates a new <a href="#class-sqltagstore"><code>SQLTagStore</code></a>, which is a Least Recently Used (LRU) cache for storing prepared statements. This allows for the efficient reuse of prepared statements by tagging them with a unique identifier.</p> <p>When a tagged SQL literal is executed, the <code>SQLTagStore</code> checks if a prepared statement for the corresponding SQL query string already exists in the cache. If it does, the cached statement is used. If not, a new prepared statement is created, executed, and then stored in the cache for future use. This mechanism helps to avoid the overhead of repeatedly parsing and preparing the same SQL statements.</p> <p>Tagged statements bind the placeholder values from the template literal as parameters to the underlying prepared statement. For example:</p> <pre><code class="language-js">sqlTagStore.<span class="hljs-property">get</span><span class="hljs-string">`SELECT <span class="hljs-subst">${value}</span>`</span>;</code> <button class="copy-button">copy</button></pre> <p>is equivalent to:</p> <pre><code class="language-js">db.<span class="hljs-title function_">prepare</span>(<span class="hljs-string">'SELECT ?'</span>).<span class="hljs-title function_">get</span>(value);</code> <button class="copy-button">copy</button></pre> <p>However, in the first example, the tag store will cache the underlying prepared statement for future use.</p> <blockquote> <p><strong>Note:</strong> The <code>${value}</code> syntax in tagged statements <em>binds</em> a parameter to the prepared statement. This differs from its behavior in <em>untagged</em> template literals, where it performs string interpolation.</p> <pre><code class="language-js"><span class="hljs-comment">// This a safe example of binding a parameter to a tagged statement.</span> sqlTagStore.<span class="hljs-property">run</span><span class="hljs-string">`INSERT INTO t1 (id) VALUES (<span class="hljs-subst">${id}</span>)`</span>; <span class="hljs-comment">// This is an *unsafe* example of an untagged template string.</span> <span class="hljs-comment">// `id` is interpolated into the query text as a string.</span> <span class="hljs-comment">// This can lead to SQL injection and data corruption.</span> db.<span class="hljs-title function_">run</span>(<span class="hljs-string">`INSERT INTO t1 (id) VALUES (<span class="hljs-subst">${id}</span>)`</span>);</code> <button class="copy-button">copy</button></pre> </blockquote> <p>The tag store will match a statement from the cache if the query strings (including the positions of any bound placeholders) are identical.</p> <pre><code class="language-js"><span class="hljs-comment">// The following statements will match in the cache:</span> sqlTagStore.<span class="hljs-property">get</span><span class="hljs-string">`SELECT * FROM t1 WHERE id = <span class="hljs-subst">${id}</span> AND active = 1`</span>; sqlTagStore.<span class="hljs-property">get</span><span class="hljs-string">`SELECT * FROM t1 WHERE id = <span class="hljs-subst">${<span class="hljs-number">12345</span>}</span> AND active = 1`</span>; <span class="hljs-comment">// The following statements will not match, as the query strings</span> <span class="hljs-comment">// and bound placeholders differ:</span> sqlTagStore.<span class="hljs-property">get</span><span class="hljs-string">`SELECT * FROM t1 WHERE id = <span class="hljs-subst">${id}</span> AND active = 1`</span>; sqlTagStore.<span class="hljs-property">get</span><span class="hljs-string">`SELECT * FROM t1 WHERE id = 12345 AND active = 1`</span>; <span class="hljs-comment">// The following statements will not match, as matches are case-sensitive:</span> sqlTagStore.<span class="hljs-property">get</span><span class="hljs-string">`SELECT * FROM t1 WHERE id = <span class="hljs-subst">${id}</span> AND active = 1`</span>; sqlTagStore.<span class="hljs-property">get</span><span class="hljs-string">`select * from t1 where id = <span class="hljs-subst">${id}</span> and active = 1`</span>;</code> <button class="copy-button">copy</button></pre> <p>The only way of binding parameters in tagged statements is with the <code>${value}</code> syntax. Do not add parameter binding placeholders (<code>?</code> etc.) to the SQL query string itself.</p> <pre class="with-48-chars"><input class="js-flavor-toggle" type="checkbox" checked aria-label="Show modern ES modules syntax"><code class="language-js mjs"><span class="hljs-keyword">import</span> { <span class="hljs-title class_">DatabaseSync</span> } <span class="hljs-keyword">from</span> <span class="hljs-string">'node:sqlite'</span>; <span class="hljs-keyword">const</span> db = <span class="hljs-keyword">new</span> <span class="hljs-title class_">DatabaseSync</span>(<span class="hljs-string">':memory:'</span>); <span class="hljs-keyword">const</span> sql = db.<span class="hljs-title function_">createTagStore</span>(); db.<span class="hljs-title function_">exec</span>(<span class="hljs-string">'CREATE TABLE users (id INT, name TEXT)'</span>); <span class="hljs-comment">// Using the 'run' method to insert data.</span> <span class="hljs-comment">// The tagged literal is used to identify the prepared statement.</span> sql.<span class="hljs-property">run</span><span class="hljs-string">`INSERT INTO users VALUES (1, 'Alice')`</span>; sql.<span class="hljs-property">run</span><span class="hljs-string">`INSERT INTO users VALUES (2, 'Bob')`</span>; <span class="hljs-comment">// Using the 'get' method to retrieve a single row.</span> <span class="hljs-keyword">const</span> name = <span class="hljs-string">'Alice'</span>; <span class="hljs-keyword">const</span> user = sql.<span class="hljs-property">get</span><span class="hljs-string">`SELECT * FROM users WHERE name = <span class="hljs-subst">${name}</span>`</span>; <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(user); <span class="hljs-comment">// { id: 1, name: 'Alice' }</span> <span class="hljs-comment">// Using the 'all' method to retrieve all rows.</span> <span class="hljs-keyword">const</span> allUsers = sql.<span class="hljs-property">all</span><span class="hljs-string">`SELECT * FROM users ORDER BY id`</span>; <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(allUsers); <span class="hljs-comment">// [</span> <span class="hljs-comment">// { id: 1, name: 'Alice' },</span> <span class="hljs-comment">// { id: 2, name: 'Bob' }</span> <span class="hljs-comment">// ]</span></code><code class="language-js cjs"><span class="hljs-keyword">const</span> { <span class="hljs-title class_">DatabaseSync</span> } = <span class="hljs-built_in">require</span>(<span class="hljs-string">'node:sqlite'</span>); <span class="hljs-keyword">const</span> db = <span class="hljs-keyword">new</span> <span class="hljs-title class_">DatabaseSync</span>(<span class="hljs-string">':memory:'</span>); <span class="hljs-keyword">const</span> sql = db.<span class="hljs-title function_">createTagStore</span>(); db.<span class="hljs-title function_">exec</span>(<span class="hljs-string">'CREATE TABLE users (id INT, name TEXT)'</span>); <span class="hljs-comment">// Using the 'run' method to insert data.</span> <span class="hljs-comment">// The tagged literal is used to identify the prepared statement.</span> sql.<span class="hljs-property">run</span><span class="hljs-string">`INSERT INTO users VALUES (1, 'Alice')`</span>; sql.<span class="hljs-property">run</span><span class="hljs-string">`INSERT INTO users VALUES (2, 'Bob')`</span>; <span class="hljs-comment">// Using the 'get' method to retrieve a single row.</span> <span class="hljs-keyword">const</span> name = <span class="hljs-string">'Alice'</span>; <span class="hljs-keyword">const</span> user = sql.<span class="hljs-property">get</span><span class="hljs-string">`SELECT * FROM users WHERE name = <span class="hljs-subst">${name}</span>`</span>; <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(user); <span class="hljs-comment">// { id: 1, name: 'Alice' }</span> <span class="hljs-comment">// Using the 'all' method to retrieve all rows.</span> <span class="hljs-keyword">const</span> allUsers = sql.<span class="hljs-property">all</span><span class="hljs-string">`SELECT * FROM users ORDER BY id`</span>; <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(allUsers); <span class="hljs-comment">// [</span> <span class="hljs-comment">// { id: 1, name: 'Alice' },</span> <span class="hljs-comment">// { id: 2, name: 'Bob' }</span> <span class="hljs-comment">// ]</span></code><button class="copy-button">copy</button></pre> </div><div> <h4><code>database.createSession([options])</code><span><a class="mark" href="#databasecreatesessionoptions" id="databasecreatesessionoptions">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_createsession_options"></a></h4> <div class="api_metadata"> <span>Added in: v23.3.0, v22.12.0</span> </div> <ul> <li><code>options</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> The configuration options for the session. <ul> <li><code>table</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> A specific table to track changes for. By default, changes to all tables are tracked.</li> <li><code>db</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> Name of the database to track. This is useful when multiple databases have been added using <a href="https://www.sqlite.org/lang_attach.html"><code>ATTACH DATABASE</code></a>. <strong>Default</strong>: <code>'main'</code>.</li> </ul> </li> <li>Returns: <a href="sqlite.html#class-session" class="type"><Session></a> A session handle.</li> </ul> <p>Creates and attaches a session to the database. This method is a wrapper around <a href="https://www.sqlite.org/session/sqlite3session_create.html"><code>sqlite3session_create()</code></a> and <a href="https://www.sqlite.org/session/sqlite3session_attach.html"><code>sqlite3session_attach()</code></a>.</p> </div><div> <h4><code>database.applyChangeset(changeset[, options])</code><span><a class="mark" href="#databaseapplychangesetchangeset-options" id="databaseapplychangesetchangeset-options">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_applychangeset_changeset_options"></a></h4> <div class="api_metadata"> <span>Added in: v23.3.0, v22.12.0</span> </div> <ul> <li><code>changeset</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array" class="type"><Uint8Array></a> A binary changeset or patchset.</li> <li><code>options</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> The configuration options for how the changes will be applied. <ul> <li> <p><code>filter</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function" class="type"><Function></a> Skip changes that, when targeted table name is supplied to this function, return a truthy value. By default, all changes are attempted.</p> </li> <li> <p><code>onConflict</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function" class="type"><Function></a> A function that determines how to handle conflicts. The function receives one argument, which can be one of the following values:</p> <ul> <li><code>SQLITE_CHANGESET_DATA</code>: A <code>DELETE</code> or <code>UPDATE</code> change does not contain the expected "before" values.</li> <li><code>SQLITE_CHANGESET_NOTFOUND</code>: A row matching the primary key of the <code>DELETE</code> or <code>UPDATE</code> change does not exist.</li> <li><code>SQLITE_CHANGESET_CONFLICT</code>: An <code>INSERT</code> change results in a duplicate primary key.</li> <li><code>SQLITE_CHANGESET_FOREIGN_KEY</code>: Applying a change would result in a foreign key violation.</li> <li><code>SQLITE_CHANGESET_CONSTRAINT</code>: Applying a change results in a <code>UNIQUE</code>, <code>CHECK</code>, or <code>NOT NULL</code> constraint violation.</li> </ul> <p>The function should return one of the following values:</p> <ul> <li><code>SQLITE_CHANGESET_OMIT</code>: Omit conflicting changes.</li> <li><code>SQLITE_CHANGESET_REPLACE</code>: Replace existing values with conflicting changes (only valid with <code>SQLITE_CHANGESET_DATA</code> or <code>SQLITE_CHANGESET_CONFLICT</code> conflicts).</li> <li><code>SQLITE_CHANGESET_ABORT</code>: Abort on conflict and roll back the database.</li> </ul> <p>When an error is thrown in the conflict handler or when any other value is returned from the handler, applying the changeset is aborted and the database is rolled back.</p> <p><strong>Default</strong>: A function that returns <code>SQLITE_CHANGESET_ABORT</code>.</p> </li> </ul> </li> <li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> Whether the changeset was applied successfully without being aborted.</li> </ul> <p>An exception is thrown if the database is not open. This method is a wrapper around <a href="https://www.sqlite.org/session/sqlite3changeset_apply.html"><code>sqlite3changeset_apply()</code></a>.</p> <pre class="with-48-chars"><input class="js-flavor-toggle" type="checkbox" checked aria-label="Show modern ES modules syntax"><code class="language-js mjs"><span class="hljs-keyword">import</span> { <span class="hljs-title class_">DatabaseSync</span> } <span class="hljs-keyword">from</span> <span class="hljs-string">'node:sqlite'</span>; <span class="hljs-keyword">const</span> sourceDb = <span class="hljs-keyword">new</span> <span class="hljs-title class_">DatabaseSync</span>(<span class="hljs-string">':memory:'</span>); <span class="hljs-keyword">const</span> targetDb = <span class="hljs-keyword">new</span> <span class="hljs-title class_">DatabaseSync</span>(<span class="hljs-string">':memory:'</span>); sourceDb.<span class="hljs-title function_">exec</span>(<span class="hljs-string">'CREATE TABLE data(key INTEGER PRIMARY KEY, value TEXT)'</span>); targetDb.<span class="hljs-title function_">exec</span>(<span class="hljs-string">'CREATE TABLE data(key INTEGER PRIMARY KEY, value TEXT)'</span>); <span class="hljs-keyword">const</span> session = sourceDb.<span class="hljs-title function_">createSession</span>(); <span class="hljs-keyword">const</span> insert = sourceDb.<span class="hljs-title function_">prepare</span>(<span class="hljs-string">'INSERT INTO data (key, value) VALUES (?, ?)'</span>); insert.<span class="hljs-title function_">run</span>(<span class="hljs-number">1</span>, <span class="hljs-string">'hello'</span>); insert.<span class="hljs-title function_">run</span>(<span class="hljs-number">2</span>, <span class="hljs-string">'world'</span>); <span class="hljs-keyword">const</span> changeset = session.<span class="hljs-title function_">changeset</span>(); targetDb.<span class="hljs-title function_">applyChangeset</span>(changeset); <span class="hljs-comment">// Now that the changeset has been applied, targetDb contains the same data as sourceDb.</span></code><code class="language-js cjs"><span class="hljs-keyword">const</span> { <span class="hljs-title class_">DatabaseSync</span> } = <span class="hljs-built_in">require</span>(<span class="hljs-string">'node:sqlite'</span>); <span class="hljs-keyword">const</span> sourceDb = <span class="hljs-keyword">new</span> <span class="hljs-title class_">DatabaseSync</span>(<span class="hljs-string">':memory:'</span>); <span class="hljs-keyword">const</span> targetDb = <span class="hljs-keyword">new</span> <span class="hljs-title class_">DatabaseSync</span>(<span class="hljs-string">':memory:'</span>); sourceDb.<span class="hljs-title function_">exec</span>(<span class="hljs-string">'CREATE TABLE data(key INTEGER PRIMARY KEY, value TEXT)'</span>); targetDb.<span class="hljs-title function_">exec</span>(<span class="hljs-string">'CREATE TABLE data(key INTEGER PRIMARY KEY, value TEXT)'</span>); <span class="hljs-keyword">const</span> session = sourceDb.<span class="hljs-title function_">createSession</span>(); <span class="hljs-keyword">const</span> insert = sourceDb.<span class="hljs-title function_">prepare</span>(<span class="hljs-string">'INSERT INTO data (key, value) VALUES (?, ?)'</span>); insert.<span class="hljs-title function_">run</span>(<span class="hljs-number">1</span>, <span class="hljs-string">'hello'</span>); insert.<span class="hljs-title function_">run</span>(<span class="hljs-number">2</span>, <span class="hljs-string">'world'</span>); <span class="hljs-keyword">const</span> changeset = session.<span class="hljs-title function_">changeset</span>(); targetDb.<span class="hljs-title function_">applyChangeset</span>(changeset); <span class="hljs-comment">// Now that the changeset has been applied, targetDb contains the same data as sourceDb.</span></code><button class="copy-button">copy</button></pre> </div><div> <h4><code>database[Symbol.dispose]()</code><span><a class="mark" href="#databasesymboldispose" id="databasesymboldispose">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_symbol_dispose"></a></h4> <div class="api_metadata"> <details class="changelog"><summary>History</summary> <table> <tbody><tr><th>Version</th><th>Changes</th></tr> <tr><td>v24.2.0</td> <td><p>No longer experimental.</p></td></tr> <tr><td>v23.11.0, v22.15.0</td> <td><p><span>Added in: v23.11.0, v22.15.0</span></p></td></tr> </tbody></table> </details> </div> <p>Closes the database connection. If the database connection is already closed then this is a no-op.</p> </div> </section><section><h3>Class: <code>Session</code><span><a class="mark" href="#class-session" id="class-session">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_class_session"></a></h3> <div class="api_metadata"> <span>Added in: v23.3.0, v22.12.0</span> </div> <div> <h4><code>session.changeset()</code><span><a class="mark" href="#sessionchangeset" id="sessionchangeset">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_session_changeset"></a></h4> <div class="api_metadata"> <span>Added in: v23.3.0, v22.12.0</span> </div> <ul> <li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array" class="type"><Uint8Array></a> Binary changeset that can be applied to other databases.</li> </ul> <p>Retrieves a changeset containing all changes since the changeset was created. Can be called multiple times. An exception is thrown if the database or the session is not open. This method is a wrapper around <a href="https://www.sqlite.org/session/sqlite3session_changeset.html"><code>sqlite3session_changeset()</code></a>.</p> </div><div> <h4><code>session.patchset()</code><span><a class="mark" href="#sessionpatchset" id="sessionpatchset">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_session_patchset"></a></h4> <div class="api_metadata"> <span>Added in: v23.3.0, v22.12.0</span> </div> <ul> <li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array" class="type"><Uint8Array></a> Binary patchset that can be applied to other databases.</li> </ul> <p>Similar to the method above, but generates a more compact patchset. See <a href="https://www.sqlite.org/sessionintro.html#changesets_and_patchsets">Changesets and Patchsets</a> in the documentation of SQLite. An exception is thrown if the database or the session is not open. This method is a wrapper around <a href="https://www.sqlite.org/session/sqlite3session_patchset.html"><code>sqlite3session_patchset()</code></a>.</p> </div><div> <h4><code>session.close()</code><span><a class="mark" href="#sessionclose" id="sessionclose">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_session_close"></a></h4> <p>Closes the session. An exception is thrown if the database or the session is not open. This method is a wrapper around <a href="https://www.sqlite.org/session/sqlite3session_delete.html"><code>sqlite3session_delete()</code></a>.</p> </div><div> <h4><code>session[Symbol.dispose]()</code><span><a class="mark" href="#sessionsymboldispose" id="sessionsymboldispose">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_session_symbol_dispose"></a></h4> <div class="api_metadata"> <span>Added in: v24.9.0</span> </div> <p>Closes the session. If the session is already closed, does nothing.</p> </div> </section><section><h3>Class: <code>StatementSync</code><span><a class="mark" href="#class-statementsync" id="class-statementsync">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_class_statementsync"></a></h3> <div class="api_metadata"> <span>Added in: v22.5.0</span> </div> <p>This class represents a single <a href="https://www.sqlite.org/c3ref/stmt.html">prepared statement</a>. This class cannot be instantiated via its constructor. Instead, instances are created via the <code>database.prepare()</code> method. All APIs exposed by this class execute synchronously.</p> <p>A prepared statement is an efficient binary representation of the SQL used to create it. Prepared statements are parameterizable, and can be invoked multiple times with different bound values. Parameters also offer protection against <a href="https://en.wikipedia.org/wiki/SQL_injection">SQL injection</a> attacks. For these reasons, prepared statements are preferred over hand-crafted SQL strings when handling user input.</p> <div> <h4><code>statement.all([namedParameters][, ...anonymousParameters])</code><span><a class="mark" href="#statementallnamedparameters-anonymousparameters" id="statementallnamedparameters-anonymousparameters">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_statement_all_namedparameters_anonymousparameters"></a></h4> <div class="api_metadata"> <details class="changelog"><summary>History</summary> <table> <tbody><tr><th>Version</th><th>Changes</th></tr> <tr><td>v23.7.0, v22.14.0</td> <td><p>Add support for <code>DataView</code> and typed array objects for <code>anonymousParameters</code>.</p></td></tr> <tr><td>v22.5.0</td> <td><p><span>Added in: v22.5.0</span></p></td></tr> </tbody></table> </details> </div> <ul> <li><code>namedParameters</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> An optional object used to bind named parameters. The keys of this object are used to configure the mapping.</li> <li><code>...anonymousParameters</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#bigint_type" class="type"><bigint></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="buffer.html#class-buffer" class="type"><Buffer></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray" class="type"><TypedArray></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView" class="type"><DataView></a> Zero or more values to bind to anonymous parameters.</li> <li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array" class="type"><Array></a> An array of objects. Each object corresponds to a row returned by executing the prepared statement. The keys and values of each object correspond to the column names and values of the row.</li> </ul> <p>This method executes a prepared statement and returns all results as an array of objects. If the prepared statement does not return any results, this method returns an empty array. The prepared statement <a href="https://www.sqlite.org/c3ref/bind_blob.html">parameters are bound</a> using the values in <code>namedParameters</code> and <code>anonymousParameters</code>.</p> </div><div> <h4><code>statement.columns()</code><span><a class="mark" href="#statementcolumns" id="statementcolumns">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_statement_columns"></a></h4> <div class="api_metadata"> <span>Added in: v23.11.0</span> </div> <ul> <li> <p>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array" class="type"><Array></a> An array of objects. Each object corresponds to a column in the prepared statement, and contains the following properties:</p> <ul> <li><code>column</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> The unaliased name of the column in the origin table, or <code>null</code> if the column is the result of an expression or subquery. This property is the result of <a href="https://www.sqlite.org/c3ref/column_database_name.html"><code>sqlite3_column_origin_name()</code></a>.</li> <li><code>database</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> The unaliased name of the origin database, or <code>null</code> if the column is the result of an expression or subquery. This property is the result of <a href="https://www.sqlite.org/c3ref/column_database_name.html"><code>sqlite3_column_database_name()</code></a>.</li> <li><code>name</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> The name assigned to the column in the result set of a <code>SELECT</code> statement. This property is the result of <a href="https://www.sqlite.org/c3ref/column_name.html"><code>sqlite3_column_name()</code></a>.</li> <li><code>table</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> The unaliased name of the origin table, or <code>null</code> if the column is the result of an expression or subquery. This property is the result of <a href="https://www.sqlite.org/c3ref/column_database_name.html"><code>sqlite3_column_table_name()</code></a>.</li> <li><code>type</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> The declared data type of the column, or <code>null</code> if the column is the result of an expression or subquery. This property is the result of <a href="https://www.sqlite.org/c3ref/column_decltype.html"><code>sqlite3_column_decltype()</code></a>.</li> </ul> </li> </ul> <p>This method is used to retrieve information about the columns returned by the prepared statement.</p> </div><div> <h4><code>statement.expandedSQL</code><span><a class="mark" href="#statementexpandedsql" id="statementexpandedsql">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_statement_expandedsql"></a></h4> <div class="api_metadata"> <span>Added in: v22.5.0</span> </div> <ul> <li>Type: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> The source SQL expanded to include parameter values.</li> </ul> <p>The source SQL text of the prepared statement with parameter placeholders replaced by the values that were used during the most recent execution of this prepared statement. This property is a wrapper around <a href="https://www.sqlite.org/c3ref/expanded_sql.html"><code>sqlite3_expanded_sql()</code></a>.</p> </div><div> <h4><code>statement.get([namedParameters][, ...anonymousParameters])</code><span><a class="mark" href="#statementgetnamedparameters-anonymousparameters" id="statementgetnamedparameters-anonymousparameters">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_statement_get_namedparameters_anonymousparameters"></a></h4> <div class="api_metadata"> <details class="changelog"><summary>History</summary> <table> <tbody><tr><th>Version</th><th>Changes</th></tr> <tr><td>v23.7.0, v22.14.0</td> <td><p>Add support for <code>DataView</code> and typed array objects for <code>anonymousParameters</code>.</p></td></tr> <tr><td>v22.5.0</td> <td><p><span>Added in: v22.5.0</span></p></td></tr> </tbody></table> </details> </div> <ul> <li><code>namedParameters</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> An optional object used to bind named parameters. The keys of this object are used to configure the mapping.</li> <li><code>...anonymousParameters</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#bigint_type" class="type"><bigint></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="buffer.html#class-buffer" class="type"><Buffer></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray" class="type"><TypedArray></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView" class="type"><DataView></a> Zero or more values to bind to anonymous parameters.</li> <li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#undefined_type" class="type"><undefined></a> An object corresponding to the first row returned by executing the prepared statement. The keys and values of the object correspond to the column names and values of the row. If no rows were returned from the database then this method returns <code>undefined</code>.</li> </ul> <p>This method executes a prepared statement and returns the first result as an object. If the prepared statement does not return any results, this method returns <code>undefined</code>. The prepared statement <a href="https://www.sqlite.org/c3ref/bind_blob.html">parameters are bound</a> using the values in <code>namedParameters</code> and <code>anonymousParameters</code>.</p> </div><div> <h4><code>statement.iterate([namedParameters][, ...anonymousParameters])</code><span><a class="mark" href="#statementiteratenamedparameters-anonymousparameters" id="statementiteratenamedparameters-anonymousparameters">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_statement_iterate_namedparameters_anonymousparameters"></a></h4> <div class="api_metadata"> <details class="changelog"><summary>History</summary> <table> <tbody><tr><th>Version</th><th>Changes</th></tr> <tr><td>v23.7.0, v22.14.0</td> <td><p>Add support for <code>DataView</code> and typed array objects for <code>anonymousParameters</code>.</p></td></tr> <tr><td>v23.4.0, v22.13.0</td> <td><p><span>Added in: v23.4.0, v22.13.0</span></p></td></tr> </tbody></table> </details> </div> <ul> <li><code>namedParameters</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> An optional object used to bind named parameters. The keys of this object are used to configure the mapping.</li> <li><code>...anonymousParameters</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#bigint_type" class="type"><bigint></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="buffer.html#class-buffer" class="type"><Buffer></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray" class="type"><TypedArray></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView" class="type"><DataView></a> Zero or more values to bind to anonymous parameters.</li> <li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterator_protocol" class="type"><Iterator></a> An iterable iterator of objects. Each object corresponds to a row returned by executing the prepared statement. The keys and values of each object correspond to the column names and values of the row.</li> </ul> <p>This method executes a prepared statement and returns an iterator of objects. If the prepared statement does not return any results, this method returns an empty iterator. The prepared statement <a href="https://www.sqlite.org/c3ref/bind_blob.html">parameters are bound</a> using the values in <code>namedParameters</code> and <code>anonymousParameters</code>.</p> </div><div> <h4><code>statement.run([namedParameters][, ...anonymousParameters])</code><span><a class="mark" href="#statementrunnamedparameters-anonymousparameters" id="statementrunnamedparameters-anonymousparameters">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_statement_run_namedparameters_anonymousparameters"></a></h4> <div class="api_metadata"> <details class="changelog"><summary>History</summary> <table> <tbody><tr><th>Version</th><th>Changes</th></tr> <tr><td>v23.7.0, v22.14.0</td> <td><p>Add support for <code>DataView</code> and typed array objects for <code>anonymousParameters</code>.</p></td></tr> <tr><td>v22.5.0</td> <td><p><span>Added in: v22.5.0</span></p></td></tr> </tbody></table> </details> </div> <ul> <li><code>namedParameters</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> An optional object used to bind named parameters. The keys of this object are used to configure the mapping.</li> <li><code>...anonymousParameters</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#bigint_type" class="type"><bigint></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="buffer.html#class-buffer" class="type"><Buffer></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray" class="type"><TypedArray></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView" class="type"><DataView></a> Zero or more values to bind to anonymous parameters.</li> <li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> <ul> <li><code>changes</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#bigint_type" class="type"><bigint></a> The number of rows modified, inserted, or deleted by the most recently completed <code>INSERT</code>, <code>UPDATE</code>, or <code>DELETE</code> statement. This field is either a number or a <code>BigInt</code> depending on the prepared statement's configuration. This property is the result of <a href="https://www.sqlite.org/c3ref/changes.html"><code>sqlite3_changes64()</code></a>.</li> <li><code>lastInsertRowid</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#bigint_type" class="type"><bigint></a> The most recently inserted rowid. This field is either a number or a <code>BigInt</code> depending on the prepared statement's configuration. This property is the result of <a href="https://www.sqlite.org/c3ref/last_insert_rowid.html"><code>sqlite3_last_insert_rowid()</code></a>.</li> </ul> </li> </ul> <p>This method executes a prepared statement and returns an object summarizing the resulting changes. The prepared statement <a href="https://www.sqlite.org/c3ref/bind_blob.html">parameters are bound</a> using the values in <code>namedParameters</code> and <code>anonymousParameters</code>.</p> </div><div> <h4><code>statement.setAllowBareNamedParameters(enabled)</code><span><a class="mark" href="#statementsetallowbarenamedparametersenabled" id="statementsetallowbarenamedparametersenabled">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_statement_setallowbarenamedparameters_enabled"></a></h4> <div class="api_metadata"> <span>Added in: v22.5.0</span> </div> <ul> <li><code>enabled</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> Enables or disables support for binding named parameters without the prefix character.</li> </ul> <p>The names of SQLite parameters begin with a prefix character. By default, <code>node:sqlite</code> requires that this prefix character is present when binding parameters. However, with the exception of dollar sign character, these prefix characters also require extra quoting when used in object keys.</p> <p>To improve ergonomics, this method can be used to also allow bare named parameters, which do not require the prefix character in JavaScript code. There are several caveats to be aware of when enabling bare named parameters:</p> <ul> <li>The prefix character is still required in SQL.</li> <li>The prefix character is still allowed in JavaScript. In fact, prefixed names will have slightly better binding performance.</li> <li>Using ambiguous named parameters, such as <code>$k</code> and <code>@k</code>, in the same prepared statement will result in an exception as it cannot be determined how to bind a bare name.</li> </ul> </div><div> <h4><code>statement.setAllowUnknownNamedParameters(enabled)</code><span><a class="mark" href="#statementsetallowunknownnamedparametersenabled" id="statementsetallowunknownnamedparametersenabled">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_statement_setallowunknownnamedparameters_enabled"></a></h4> <div class="api_metadata"> <span>Added in: v23.11.0, v22.15.0</span> </div> <ul> <li><code>enabled</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> Enables or disables support for unknown named parameters.</li> </ul> <p>By default, if an unknown name is encountered while binding parameters, an exception is thrown. This method allows unknown named parameters to be ignored.</p> </div><div> <h4><code>statement.setReturnArrays(enabled)</code><span><a class="mark" href="#statementsetreturnarraysenabled" id="statementsetreturnarraysenabled">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_statement_setreturnarrays_enabled"></a></h4> <div class="api_metadata"> <span>Added in: v24.0.0</span> </div> <ul> <li><code>enabled</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> Enables or disables the return of query results as arrays.</li> </ul> <p>When enabled, query results returned by the <code>all()</code>, <code>get()</code>, and <code>iterate()</code> methods will be returned as arrays instead of objects.</p> </div><div> <h4><code>statement.setReadBigInts(enabled)</code><span><a class="mark" href="#statementsetreadbigintsenabled" id="statementsetreadbigintsenabled">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_statement_setreadbigints_enabled"></a></h4> <div class="api_metadata"> <span>Added in: v22.5.0</span> </div> <ul> <li><code>enabled</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type" class="type"><boolean></a> Enables or disables the use of <code>BigInt</code>s when reading <code>INTEGER</code> fields from the database.</li> </ul> <p>When reading from the database, SQLite <code>INTEGER</code>s are mapped to JavaScript numbers by default. However, SQLite <code>INTEGER</code>s can store values larger than JavaScript numbers are capable of representing. In such cases, this method can be used to read <code>INTEGER</code> data using JavaScript <code>BigInt</code>s. This method has no impact on database write operations where numbers and <code>BigInt</code>s are both supported at all times.</p> </div><div> <h4><code>statement.sourceSQL</code><span><a class="mark" href="#statementsourcesql" id="statementsourcesql">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_statement_sourcesql"></a></h4> <div class="api_metadata"> <span>Added in: v22.5.0</span> </div> <ul> <li>Type: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> The source SQL used to create this prepared statement.</li> </ul> <p>The source SQL text of the prepared statement. This property is a wrapper around <a href="https://www.sqlite.org/c3ref/expanded_sql.html"><code>sqlite3_sql()</code></a>.</p> </div> </section><section><h3>Class: <code>SQLTagStore</code><span><a class="mark" href="#class-sqltagstore" id="class-sqltagstore">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_class_sqltagstore"></a></h3> <div class="api_metadata"> <span>Added in: v24.9.0</span> </div> <p>This class represents a single LRU (Least Recently Used) cache for storing prepared statements.</p> <p>Instances of this class are created via the <a href="#databasecreatetagstoremaxsize"><code>database.createTagStore()</code></a> method, not by using a constructor. The store caches prepared statements based on the provided SQL query string. When the same query is seen again, the store retrieves the cached statement and safely applies the new values through parameter binding, thereby preventing attacks like SQL injection.</p> <p>The cache has a maxSize that defaults to 1000 statements, but a custom size can be provided (e.g., <code>database.createTagStore(100)</code>). All APIs exposed by this class execute synchronously.</p> <div> <h4><code>sqlTagStore.all(stringElements[, ...boundParameters])</code><span><a class="mark" href="#sqltagstoreallstringelements-boundparameters" id="sqltagstoreallstringelements-boundparameters">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_sqltagstore_all_stringelements_boundparameters"></a></h4> <div class="api_metadata"> <span>Added in: v24.9.0</span> </div> <ul> <li><code>stringElements</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string[]></a> Template literal elements containing the SQL query.</li> <li><code>...boundParameters</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#bigint_type" class="type"><bigint></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="buffer.html#class-buffer" class="type"><Buffer></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray" class="type"><TypedArray></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView" class="type"><DataView></a> Parameter values to be bound to placeholders in the template string.</li> <li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array" class="type"><Array></a> An array of objects representing the rows returned by the query.</li> </ul> <p>Executes the given SQL query and returns all resulting rows as an array of objects.</p> <p>This function is intended to be used as a template literal tag, not to be called directly.</p> </div><div> <h4><code>sqlTagStore.get(stringElements[, ...boundParameters])</code><span><a class="mark" href="#sqltagstoregetstringelements-boundparameters" id="sqltagstoregetstringelements-boundparameters">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_sqltagstore_get_stringelements_boundparameters"></a></h4> <div class="api_metadata"> <span>Added in: v24.9.0</span> </div> <ul> <li><code>stringElements</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string[]></a> Template literal elements containing the SQL query.</li> <li><code>...boundParameters</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#bigint_type" class="type"><bigint></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="buffer.html#class-buffer" class="type"><Buffer></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray" class="type"><TypedArray></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView" class="type"><DataView></a> Parameter values to be bound to placeholders in the template string.</li> <li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#undefined_type" class="type"><undefined></a> An object representing the first row returned by the query, or <code>undefined</code> if no rows are returned.</li> </ul> <p>Executes the given SQL query and returns the first resulting row as an object.</p> <p>This function is intended to be used as a template literal tag, not to be called directly.</p> </div><div> <h4><code>sqlTagStore.iterate(stringElements[, ...boundParameters])</code><span><a class="mark" href="#sqltagstoreiteratestringelements-boundparameters" id="sqltagstoreiteratestringelements-boundparameters">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_sqltagstore_iterate_stringelements_boundparameters"></a></h4> <div class="api_metadata"> <span>Added in: v24.9.0</span> </div> <ul> <li><code>stringElements</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string[]></a> Template literal elements containing the SQL query.</li> <li><code>...boundParameters</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#bigint_type" class="type"><bigint></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="buffer.html#class-buffer" class="type"><Buffer></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray" class="type"><TypedArray></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView" class="type"><DataView></a> Parameter values to be bound to placeholders in the template string.</li> <li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterator_protocol" class="type"><Iterator></a> An iterator that yields objects representing the rows returned by the query.</li> </ul> <p>Executes the given SQL query and returns an iterator over the resulting rows.</p> <p>This function is intended to be used as a template literal tag, not to be called directly.</p> </div><div> <h4><code>sqlTagStore.run(stringElements[, ...boundParameters])</code><span><a class="mark" href="#sqltagstorerunstringelements-boundparameters" id="sqltagstorerunstringelements-boundparameters">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_sqltagstore_run_stringelements_boundparameters"></a></h4> <div class="api_metadata"> <span>Added in: v24.9.0</span> </div> <ul> <li><code>stringElements</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string[]></a> Template literal elements containing the SQL query.</li> <li><code>...boundParameters</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type" class="type"><null></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#bigint_type" class="type"><bigint></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="buffer.html#class-buffer" class="type"><Buffer></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray" class="type"><TypedArray></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView" class="type"><DataView></a> Parameter values to be bound to placeholders in the template string.</li> <li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> An object containing information about the execution, including <code>changes</code> and <code>lastInsertRowid</code>.</li> </ul> <p>Executes the given SQL query, which is expected to not return any rows (e.g., INSERT, UPDATE, DELETE).</p> <p>This function is intended to be used as a template literal tag, not to be called directly.</p> </div><div> <h4><code>sqlTagStore.size</code><span><a class="mark" href="#sqltagstoresize" id="sqltagstoresize">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_sqltagstore_size"></a></h4> <div class="api_metadata"> <details class="changelog"><summary>History</summary> <table> <tbody><tr><th>Version</th><th>Changes</th></tr> <tr><td>v24.13.1</td> <td><p>Changed from a method to a getter.</p></td></tr> <tr><td>v24.9.0</td> <td><p><span>Added in: v24.9.0</span></p></td></tr> </tbody></table> </details> </div> <ul> <li>Type: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><integer></a></li> </ul> <p>A read-only property that returns the number of prepared statements currently in the cache.</p> </div><div> <h4><code>sqlTagStore.capacity</code><span><a class="mark" href="#sqltagstorecapacity" id="sqltagstorecapacity">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_sqltagstore_capacity"></a></h4> <div class="api_metadata"> <span>Added in: v24.9.0</span> </div> <ul> <li>Type: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><integer></a></li> </ul> <p>A read-only property that returns the maximum number of prepared statements the cache can hold.</p> </div><div> <h4><code>sqlTagStore.db</code><span><a class="mark" href="#sqltagstoredb" id="sqltagstoredb">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_sqltagstore_db"></a></h4> <div class="api_metadata"> <span>Added in: v24.9.0</span> </div> <ul> <li>Type: <a href="sqlite.html#class-databasesync" class="type"><DatabaseSync></a></li> </ul> <p>A read-only property that returns the <code>DatabaseSync</code> object associated with this <code>SQLTagStore</code>.</p> </div><div> <h4><code>sqlTagStore.clear()</code><span><a class="mark" href="#sqltagstoreclear" id="sqltagstoreclear">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_sqltagstore_clear"></a></h4> <div class="api_metadata"> <span>Added in: v24.9.0</span> </div> <p>Resets the LRU cache, clearing all stored prepared statements.</p> </div> </section><section><h3><code>sqlite.backup(sourceDb, path[, options])</code><span><a class="mark" href="#sqlitebackupsourcedb-path-options" id="sqlitebackupsourcedb-path-options">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_sqlite_backup_sourcedb_path_options"></a></h3> <div class="api_metadata"> <details class="changelog"><summary>History</summary> <table> <tbody><tr><th>Version</th><th>Changes</th></tr> <tr><td>v23.10.0</td> <td><p>The <code>path</code> argument now supports Buffer and URL objects.</p></td></tr> <tr><td>v23.8.0</td> <td><p><span>Added in: v23.8.0</span></p></td></tr> </tbody></table> </details> </div> <ul> <li><code>sourceDb</code> <a href="sqlite.html#class-databasesync" class="type"><DatabaseSync></a> The database to backup. The source database must be open.</li> <li><code>path</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> | <a href="buffer.html#class-buffer" class="type"><Buffer></a> | <a href="url.html#the-whatwg-url-api" class="type"><URL></a> The path where the backup will be created. If the file already exists, the contents will be overwritten.</li> <li><code>options</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> Optional configuration for the backup. The following properties are supported: <ul> <li><code>source</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> Name of the source database. This can be <code>'main'</code> (the default primary database) or any other database that have been added with <a href="https://www.sqlite.org/lang_attach.html"><code>ATTACH DATABASE</code></a> <strong>Default:</strong> <code>'main'</code>.</li> <li><code>target</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type" class="type"><string></a> Name of the target database. This can be <code>'main'</code> (the default primary database) or any other database that have been added with <a href="https://www.sqlite.org/lang_attach.html"><code>ATTACH DATABASE</code></a> <strong>Default:</strong> <code>'main'</code>.</li> <li><code>rate</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type" class="type"><number></a> Number of pages to be transmitted in each batch of the backup. <strong>Default:</strong> <code>100</code>.</li> <li><code>progress</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function" class="type"><Function></a> An optional callback function that will be called after each backup step. The argument passed to this callback is an <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a> with <code>remainingPages</code> and <code>totalPages</code> properties, describing the current progress of the backup operation.</li> </ul> </li> <li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise" class="type"><Promise></a> A promise that fulfills with the total number of backed-up pages upon completion, or rejects if an error occurs.</li> </ul> <p>This method makes a database backup. This method abstracts the <a href="https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupinit"><code>sqlite3_backup_init()</code></a>, <a href="https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupstep"><code>sqlite3_backup_step()</code></a> and <a href="https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupfinish"><code>sqlite3_backup_finish()</code></a> functions.</p> <p>The backed-up database can be used normally during the backup process. Mutations coming from the same connection - same <a href="sqlite.html#class-databasesync" class="type"><DatabaseSync></a> - object will be reflected in the backup right away. However, mutations from other connections will cause the backup process to restart.</p> <pre class="with-56-chars"><input class="js-flavor-toggle" type="checkbox" aria-label="Show modern ES modules syntax"><code class="language-js cjs"><span class="hljs-keyword">const</span> { backup, <span class="hljs-title class_">DatabaseSync</span> } = <span class="hljs-built_in">require</span>(<span class="hljs-string">'node:sqlite'</span>); (<span class="hljs-title function_">async</span> () => { <span class="hljs-keyword">const</span> sourceDb = <span class="hljs-keyword">new</span> <span class="hljs-title class_">DatabaseSync</span>(<span class="hljs-string">'source.db'</span>); <span class="hljs-keyword">const</span> totalPagesTransferred = <span class="hljs-keyword">await</span> <span class="hljs-title function_">backup</span>(sourceDb, <span class="hljs-string">'backup.db'</span>, { <span class="hljs-attr">rate</span>: <span class="hljs-number">1</span>, <span class="hljs-comment">// Copy one page at a time.</span> <span class="hljs-attr">progress</span>: <span class="hljs-function">(<span class="hljs-params">{ totalPages, remainingPages }</span>) =></span> { <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">'Backup in progress'</span>, { totalPages, remainingPages }); }, }); <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">'Backup completed'</span>, totalPagesTransferred); })();</code><code class="language-js mjs"><span class="hljs-keyword">import</span> { backup, <span class="hljs-title class_">DatabaseSync</span> } <span class="hljs-keyword">from</span> <span class="hljs-string">'node:sqlite'</span>; <span class="hljs-keyword">const</span> sourceDb = <span class="hljs-keyword">new</span> <span class="hljs-title class_">DatabaseSync</span>(<span class="hljs-string">'source.db'</span>); <span class="hljs-keyword">const</span> totalPagesTransferred = <span class="hljs-keyword">await</span> <span class="hljs-title function_">backup</span>(sourceDb, <span class="hljs-string">'backup.db'</span>, { <span class="hljs-attr">rate</span>: <span class="hljs-number">1</span>, <span class="hljs-comment">// Copy one page at a time.</span> <span class="hljs-attr">progress</span>: <span class="hljs-function">(<span class="hljs-params">{ totalPages, remainingPages }</span>) =></span> { <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">'Backup in progress'</span>, { totalPages, remainingPages }); }, }); <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">'Backup completed'</span>, totalPagesTransferred);</code><button class="copy-button">copy</button></pre> </section><section><h3><code>sqlite.constants</code><span><a class="mark" href="#sqliteconstants" id="sqliteconstants">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_sqlite_constants"></a></h3> <div class="api_metadata"> <span>Added in: v23.5.0, v22.13.0</span> </div> <ul> <li>Type: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a></li> </ul> <p>An object containing commonly used constants for SQLite operations.</p> <div> <h4>SQLite constants<span><a class="mark" href="#sqlite-constants" id="sqlite-constants">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_sqlite_constants_1"></a></h4> <p>The following constants are exported by the <code>sqlite.constants</code> object.</p> <div> <h5>Conflict resolution constants<span><a class="mark" href="#conflict-resolution-constants" id="conflict-resolution-constants">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_conflict_resolution_constants"></a></h5> <p>One of the following constants is available as an argument to the <code>onConflict</code> conflict resolution handler passed to <a href="#databaseapplychangesetchangeset-options"><code>database.applyChangeset()</code></a>. See also <a href="https://www.sqlite.org/session/c_changeset_conflict.html">Constants Passed To The Conflict Handler</a> in the SQLite documentation.</p> <table> <tbody><tr> <th>Constant</th> <th>Description</th> </tr> <tr> <td><code>SQLITE_CHANGESET_DATA</code></td> <td>The conflict handler is invoked with this constant when processing a DELETE or UPDATE change if a row with the required PRIMARY KEY fields is present in the database, but one or more other (non primary-key) fields modified by the update do not contain the expected "before" values.</td> </tr> <tr> <td><code>SQLITE_CHANGESET_NOTFOUND</code></td> <td>The conflict handler is invoked with this constant when processing a DELETE or UPDATE change if a row with the required PRIMARY KEY fields is not present in the database.</td> </tr> <tr> <td><code>SQLITE_CHANGESET_CONFLICT</code></td> <td>This constant is passed to the conflict handler while processing an INSERT change if the operation would result in duplicate primary key values.</td> </tr> <tr> <td><code>SQLITE_CHANGESET_CONSTRAINT</code></td> <td>If foreign key handling is enabled, and applying a changeset leaves the database in a state containing foreign key violations, the conflict handler is invoked with this constant exactly once before the changeset is committed. If the conflict handler returns <code>SQLITE_CHANGESET_OMIT</code>, the changes, including those that caused the foreign key constraint violation, are committed. Or, if it returns <code>SQLITE_CHANGESET_ABORT</code>, the changeset is rolled back.</td> </tr> <tr> <td><code>SQLITE_CHANGESET_FOREIGN_KEY</code></td> <td>If any other constraint violation occurs while applying a change (i.e. a UNIQUE, CHECK or NOT NULL constraint), the conflict handler is invoked with this constant.</td> </tr> </tbody></table> <p>One of the following constants must be returned from the <code>onConflict</code> conflict resolution handler passed to <a href="#databaseapplychangesetchangeset-options"><code>database.applyChangeset()</code></a>. See also <a href="https://www.sqlite.org/session/c_changeset_abort.html">Constants Returned From The Conflict Handler</a> in the SQLite documentation.</p> <table> <tbody><tr> <th>Constant</th> <th>Description</th> </tr> <tr> <td><code>SQLITE_CHANGESET_OMIT</code></td> <td>Conflicting changes are omitted.</td> </tr> <tr> <td><code>SQLITE_CHANGESET_REPLACE</code></td> <td>Conflicting changes replace existing values. Note that this value can only be returned when the type of conflict is either <code>SQLITE_CHANGESET_DATA</code> or <code>SQLITE_CHANGESET_CONFLICT</code>.</td> </tr> <tr> <td><code>SQLITE_CHANGESET_ABORT</code></td> <td>Abort when a change encounters a conflict and roll back database.</td> </tr> </tbody></table> </div><div> <h5>Authorization constants<span><a class="mark" href="#authorization-constants" id="authorization-constants">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_authorization_constants"></a></h5> <p>The following constants are used with the <a href="#databasesetauthorizercallback"><code>database.setAuthorizer()</code></a> method.</p> <div> <h6>Authorization result codes<span><a class="mark" href="#authorization-result-codes" id="authorization-result-codes">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_authorization_result_codes"></a></h6> <p>One of the following constants must be returned from the authorizer callback function passed to <a href="#databasesetauthorizercallback"><code>database.setAuthorizer()</code></a>.</p> <table> <tbody><tr> <th>Constant</th> <th>Description</th> </tr> <tr> <td><code>SQLITE_OK</code></td> <td>Allow the operation to proceed normally.</td> </tr> <tr> <td><code>SQLITE_DENY</code></td> <td>Deny the operation and cause an error to be returned.</td> </tr> <tr> <td><code>SQLITE_IGNORE</code></td> <td>Ignore the operation and continue as if it had never been requested.</td> </tr> </tbody></table> </div><div> <h6>Authorization action codes<span><a class="mark" href="#authorization-action-codes" id="authorization-action-codes">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_authorization_action_codes"></a></h6> <p>The following constants are passed as the first argument to the authorizer callback function to indicate what type of operation is being authorized.</p> <table> <tbody><tr> <th>Constant</th> <th>Description</th> </tr> <tr> <td><code>SQLITE_CREATE_INDEX</code></td> <td>Create an index</td> </tr> <tr> <td><code>SQLITE_CREATE_TABLE</code></td> <td>Create a table</td> </tr> <tr> <td><code>SQLITE_CREATE_TEMP_INDEX</code></td> <td>Create a temporary index</td> </tr> <tr> <td><code>SQLITE_CREATE_TEMP_TABLE</code></td> <td>Create a temporary table</td> </tr> <tr> <td><code>SQLITE_CREATE_TEMP_TRIGGER</code></td> <td>Create a temporary trigger</td> </tr> <tr> <td><code>SQLITE_CREATE_TEMP_VIEW</code></td> <td>Create a temporary view</td> </tr> <tr> <td><code>SQLITE_CREATE_TRIGGER</code></td> <td>Create a trigger</td> </tr> <tr> <td><code>SQLITE_CREATE_VIEW</code></td> <td>Create a view</td> </tr> <tr> <td><code>SQLITE_DELETE</code></td> <td>Delete from a table</td> </tr> <tr> <td><code>SQLITE_DROP_INDEX</code></td> <td>Drop an index</td> </tr> <tr> <td><code>SQLITE_DROP_TABLE</code></td> <td>Drop a table</td> </tr> <tr> <td><code>SQLITE_DROP_TEMP_INDEX</code></td> <td>Drop a temporary index</td> </tr> <tr> <td><code>SQLITE_DROP_TEMP_TABLE</code></td> <td>Drop a temporary table</td> </tr> <tr> <td><code>SQLITE_DROP_TEMP_TRIGGER</code></td> <td>Drop a temporary trigger</td> </tr> <tr> <td><code>SQLITE_DROP_TEMP_VIEW</code></td> <td>Drop a temporary view</td> </tr> <tr> <td><code>SQLITE_DROP_TRIGGER</code></td> <td>Drop a trigger</td> </tr> <tr> <td><code>SQLITE_DROP_VIEW</code></td> <td>Drop a view</td> </tr> <tr> <td><code>SQLITE_INSERT</code></td> <td>Insert into a table</td> </tr> <tr> <td><code>SQLITE_PRAGMA</code></td> <td>Execute a PRAGMA statement</td> </tr> <tr> <td><code>SQLITE_READ</code></td> <td>Read from a table</td> </tr> <tr> <td><code>SQLITE_SELECT</code></td> <td>Execute a SELECT statement</td> </tr> <tr> <td><code>SQLITE_TRANSACTION</code></td> <td>Begin, commit, or rollback a transaction</td> </tr> <tr> <td><code>SQLITE_UPDATE</code></td> <td>Update a table</td> </tr> <tr> <td><code>SQLITE_ATTACH</code></td> <td>Attach a database</td> </tr> <tr> <td><code>SQLITE_DETACH</code></td> <td>Detach a database</td> </tr> <tr> <td><code>SQLITE_ALTER_TABLE</code></td> <td>Alter a table</td> </tr> <tr> <td><code>SQLITE_REINDEX</code></td> <td>Reindex</td> </tr> <tr> <td><code>SQLITE_ANALYZE</code></td> <td>Analyze the database</td> </tr> <tr> <td><code>SQLITE_CREATE_VTABLE</code></td> <td>Create a virtual table</td> </tr> <tr> <td><code>SQLITE_DROP_VTABLE</code></td> <td>Drop a virtual table</td> </tr> <tr> <td><code>SQLITE_FUNCTION</code></td> <td>Use a function</td> </tr> <tr> <td><code>SQLITE_SAVEPOINT</code></td> <td>Create, release, or rollback a savepoint</td> </tr> <tr> <td><code>SQLITE_COPY</code></td> <td>Copy data (legacy)</td> </tr> <tr> <td><code>SQLITE_RECURSIVE</code></td> <td>Recursive query</td> </tr> </tbody></table></div></div></div></section> <!-- API END --> </div> </div> </div> </body> </html>
💾 Save Changes
❌ Cancel