sqliteSourceId

Retrieves the source code identifier of the underlying SQLite library. This function executes SELECT sqlite_source_id().

The source ID is a string that uniquely identifies the specific version, date, and time of the source code check-in used to build the SQLite library. It's useful for precise version tracking and debugging.

Example format: "2022-11-26 15:31:08 a28c8420c42245b729606558b9016c96a911762d3c921501a35799a617637e3d"

Return

A String containing the source ID of the SQLite library.

Author

MOHAMMAD AZIM ANSARI

See also