posql
PosqlThe database class by pure PHP language it only using all-in-one file.
It operates regardless of the version of PHP.
It is aimed to be able to handle more readily than SQLite.
Posql is a design which conforms to SQL-92 (unmount partially).
The database can be operated
with GUI PosqlAdmin (database manager) is attached.
You can be operated the Posql by using PEAR::DB or PEAR::MDB2, a...
How to install
ソースコード(posql.php)をサーバーに置き、
require または include するだけです。
How to use
Posql クラスメソッドの使い方の詳細は Posql API リファレンス を参照ください。
SQL 文法についての詳細はPosql SQL リファレンス を参照ください。
以下に使い方の例を示します。
<?php
// posql&nbs...