Version 2.5.0
Session is now HTTP/HTTPS only, prevents JavaScript access to session cookie from browser
Insert now supports all empty data, uses database's default for all columns
Added $db->date() to insert current UNIX timestamp into database in DB's native format
Added $db->tables() to get list of all tables in current database
Added $db->tableExists() to see if given table exists within current database
$db->sync() no longer dies with offline servers