Download the PHP package codethereal/sqlite-php without Composer
On this page you can find all versions of the php package codethereal/sqlite-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sqlite-php
dawn-db
Database drivers and query builder library for PHP
Include autoload file
To use sqlite you must create a new file for database like data.db then create a new instance from Sqlite class. You must give the file path to constructor.
Samples below valid for Sqlite driver only.
Reading
- You should call
fetchArray(1)
method on$resultSingle
too.
Where
Or Where
Nested Where
Where In/Not In
Where Like/Not Like
Order By
Joins
Count
- You should call
fetchArray(1)
method on this and get the count alias.
Creating
Updating
Deleting
Transaction
All versions of sqlite-php with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
ext-sqlite3 Version *
ext-sqlite3 Version *
The package codethereal/sqlite-php contains the following files
Loading the files please wait ....