My web application is a mix of PHP code and an Apache C Module. Both
access the same SQLite3 database. Because of this, I am using the
shared version of the PHP SQLite library and the Apache C module is
dynamically linking, as well. The Apache C module only connects to
the database during an adm
Hello,
This message is only for let know users that I've wrote a class for manage
SQL database using the same interface.
It supports:
- Connect to a database given a connection string
- Prepared queries
- Caching query results in files
- Binding variables to query result columns
- Fetch whole res
2 matches
Mail list logo