Appearance
db_commit() - commits the last transaction
int db_commit(int handle );
For transactional databases this will commit the last set of actions. Returns 1 on success, 0 otherwise
Not yet implemented!
db_exec(3), db_rollback(3), valid_database(4)