使用php 7.4连接sqlite3:
<?php
class SQLite extends SQLite3
{
function __construct()
{
$this->open('phpdb.db'); // 这里是打开当前目录下的phpdb.db,
使用php 7.4连接sqlite3:
<?php
class SQLite extends SQLite3
{
function __construct()
{
$this->open('phpdb.db'); // 这里是打开当前目录下的phpdb.db,