Tuesday, March 20, 2007

Database made using Pure PHP

I came across this a while ago but completely forgot about it. phpDatabase.net is an open source pure php database script which means that if you need to use a database in your PHP application but there is no database running on the server, using this script you will have no need for MySql, MS SQL or Oracle etc.

Below are its features (taken from the webpage):
  • 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
This is definitely pretty darn good.



powered by performancing firefox

No comments: