phpDatabase.net 0.1 Beta review
DownloadphpDatabase.net is an free and pure php database script. Here are some key features of "phpDatabase.net": · creating and dropping
|
|
phpDatabase.net is an free and pure php database script.
Here are some key features of "phpDatabase.net":
creating and dropping database
creating, changing and dropping tables and sequences
selecting, inserting, updating and deleting data from tables
automatic locking of files, so simultanous changing the data is possible.
transaction processing, commiting or rolling back of made changes
default auto commiting mode
For all of this you only need to download one php Script , include it and start to use its functions in your own php Application. Of course this will never be so performant and universal as fore example MySql but very often it is just enough. First application where we used it was phpAlbum.net.
phpDatabase is a PHP database library, implementing database features without using any third party database system. You have only to include it in your code as following:
require("phpdatabase.php");
and you can start using its functions.
This library has four main categories of functions:
Database functions - used for creating and dropping database
Error handling functions - used to request the error status of db,i.e. last error message
DDL functions - data definition language, used for creating and manipulating database objects like tables
What's New in This Release:
Bugfix release, corrected replacing of column names in where and set clauses.
phpDatabase.net 0.1 Beta search tags