Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
8 lines (4 loc) · 304 Bytes

drivers.md

File metadata and controls

8 lines (4 loc) · 304 Bytes

Drivers

Driver is a way to add support to new databases. The supported drivers reside, guess what, in the drivers directory.

HowTo create a new one?

We have created a base driver class that all implementations must inherit to provide support for a specific database.