Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 214 Bytes

File metadata and controls

8 lines (5 loc) · 214 Bytes

Database Interoperability - Driver

The driver is a low level database interaction abstraction covering the following:

  • Database connection.
  • Performing SQL queries using prepared statements.
  • Transactions.