Hi,
I'm building a database interface for my CMS.
Please correct me if I'm wrong: the purpose of such an interface would be that I could easily convert the database engine from one to another.
I have the following functions the interface:
- connect
- close
- select_db
- query
- num_rows
- fetch_assoc
- escape_string
- error
- errno
Am I missing anything important/useful?
Thanks :wave:

