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

SQLite Database Integration, version 3.0.2. 13 lines.

- Page: https://pluginprobe.com/plugins/sqlite-database-integration/3.0.2/code/wp-includes/database/version.php
- Raw: https://pluginprobe.com/plugins/sqlite-database-integration/3.0.2/raw/wp-includes/database/version.php
- Modified: 2026-09-10T07:51:46+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/3.0.2/code/wp-includes/database/version.php#L10-L20`.

```php
<?php

if ( defined( 'SQLITE_DRIVER_VERSION' ) ) {
	return;
}

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

```
