Файловый менеджер - Редактировать - /usr/share/doc/nodejs/api/sqlite.html
Назад
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <meta name="nodejs.org:node-version" content="v22.22.0"> <title>SQLite | Node.js v22.22.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: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 v22.22.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 v22.22.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.1"><a href="#sqlite">SQLite</a></span> <ul> <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="#databaselocationdbname"><code>database.location([dbName])</code></a></li> <li><a href="#databaseexecsql"><code>database.exec(sql)</code></a></li> <li><a href="#databasefunctionname-options-function"><code>database.function(name[, options], function)</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="#databaseopen"><code>database.open()</code></a></li> <li><a href="#databasepreparesql"><code>database.prepare(sql)</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><span class="stability_1"><a href="#databasesymboldispose"><code>database[Symbol.dispose]()</code></a></span></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> </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> <li><a href="#type-conversion-between-javascript-and-sqlite">Type conversion between JavaScript and SQLite</a></li> </ul> </li> <li><a href="#sqlitebackupsourcedb-destination-options"><code>sqlite.backup(sourceDb, destination[, 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> </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.1"><a href="#sqlite">SQLite</a></span> <ul> <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="#databaselocationdbname"><code>database.location([dbName])</code></a></li> <li><a href="#databaseexecsql"><code>database.exec(sql)</code></a></li> <li><a href="#databasefunctionname-options-function"><code>database.function(name[, options], function)</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="#databaseopen"><code>database.open()</code></a></li> <li><a href="#databasepreparesql"><code>database.prepare(sql)</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><span class="stability_1"><a href="#databasesymboldispose"><code>database[Symbol.dispose]()</code></a></span></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> </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> <li><a href="#type-conversion-between-javascript-and-sqlite">Type conversion between JavaScript and SQLite</a></li> </ul> </li> <li><a href="#sqlitebackupsourcedb-destination-options"><code>sqlite.backup(sourceDb, destination[, 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> </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"> <span>Added in: v22.5.0</span> </div> <p></p><div class="api_stability api_stability_1"><a href="documentation.html#stability-index">Stability: 1.1</a> - Active development.</div><p></p> <p><strong>Source Code:</strong> <a href="https://github.com/nodejs/node/blob/v22.22.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>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>v22.16.0</td> <td><p>Add <code>timeout</code> option.</p></td></tr> <tr><td>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>v22.18.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> </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: v22.16.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: 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: 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.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: v22.16.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], function)</code><span><a class="mark" href="#databasefunctionname-options-function" id="databasefunctionname-options-function">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_function_name_options_function"></a></h4> <div class="api_metadata"> <span>Added in: 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>function</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.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: 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: v22.16.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.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)</code><span><a class="mark" href="#databasepreparesql" id="databasepreparesql">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_database_prepare_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 compile to a prepared statement.</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.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: 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: 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><code class="language-js"><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"> <span>Added in: v22.15.0</span> </div> <p></p><div class="api_stability api_stability_1"><a href="documentation.html#stability-index">Stability: 1</a> - Experimental</div><p></p> <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: 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: 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: 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> </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>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/Reference/Global_Objects/BigInt" 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: v22.16.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>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/Reference/Global_Objects/BigInt" 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>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.13.0</td> <td><p><span>Added in: 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/Reference/Global_Objects/BigInt" 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>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/Reference/Global_Objects/BigInt" 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/Reference/Global_Objects/BigInt" 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/Reference/Global_Objects/BigInt" 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: 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: v22.16.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><div> <h4>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></h4> <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>SQLite</th><th>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></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/Reference/Global_Objects/BigInt" class="type"><bigint></a></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></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></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></tr></tbody></table> </div> </section><section><h3><code>sqlite.backup(sourceDb, destination[, options])</code><span><a class="mark" href="#sqlitebackupsourcedb-destination-options" id="sqlitebackupsourcedb-destination-options">#</a></span><a aria-hidden="true" class="legacy" id="sqlite_sqlite_backup_sourcedb_destination_options"></a></h3> <div class="api_metadata"> <span>Added in: v22.16.0</span> </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>destination</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type" class="type"><string></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: 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></section> <!-- API END --> </div> </div> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка