sqlite3_async library
Classes
- AllowedArgumentCount
- Describes how many arguments an application-defined sql function can take.
- AsyncDatabase
- An opened sqlite3 database with async methods.
- SqliteExtension
-
Information used to load an extension through
sqlite3_auto_extension, exposed bySqlite3.ensureExtensionLoaded.
Constants
- sqlite3 → const Sqlite3 native
-
Provides access to
sqlite3functions, such as opening new databases.