# sqlite-database-integration/2.2.22/wp-includes/database/version.php

SQLite Database Integration, version 2.2.22. 9 lines.

- Page: https://pluginprobe.com/plugins/sqlite-database-integration/2.2.22/code/wp-includes/database/version.php
- Raw: https://pluginprobe.com/plugins/sqlite-database-integration/2.2.22/raw/wp-includes/database/version.php
- Modified: 2026-04-03T14:26:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sqlite-database-integration/2.2.22/code/wp-includes/database/version.php#L10-L20`.

```php
<?php

/**
 * The version of the SQLite driver.
 *
 * This constant needs to be updated on plugin release!
 */
define( 'SQLITE_DRIVER_VERSION', '2.2.22' );

```
