1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Remove some dead JS code. Minor doc cleanups.

FossilOrigin-Name: bf23cf204976516651b1c4c39ced21cd858dea4ba88052d96fc4f5f11525f170
This commit is contained in:
stephan
2024-01-11 12:56:03 +00:00
parent 598328209f
commit bb9ab35ab1
5 changed files with 18 additions and 42 deletions

View File

@@ -10,12 +10,8 @@
*/
/**
This file installs sqlite3.vtab, an object which exists to assist
in the creation of JavaScript implementations virtual tables.
Maintenance note: 2024-01-11: this file requires that StructBinder
has been extended with the installMethod(s)() methods, which
currently happens in sqlite3-api-glue.js.
This file installs sqlite3.vtab, a namespace of helpers for use in
the creation of JavaScript implementations virtual tables.
*/
'use strict';
globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){