jessesoeteman/sqlite3_connection

此类用于连接到SQLite3数据库。它包含执行查询和语句的方法。

v0.2.1 2023-01-12 11:59 UTC

This package is auto-updated.

Last update: 2024-09-09 23:06:21 UTC


README

SQLite3_Connection使您能够非常容易地连接到sqlite3文件。

安装

使用以下命令安装最新版本:

$ composer require jessesoeteman/sqlite3_connection

基本用法

<?php