F a s d a b
Fast and simple database abstraction
Fasdab

boolean Fasdab(string host, string username, string password, string database [, boolean persistent])

<?php
require_once("fasdab.mysql.php");

$db = new Fasdab("localhost""username""password""database");
?>