Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 305 Bytes

drivers.md

File metadata and controls

8 lines (4 loc) · 305 Bytes

Drivers

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

How to create a new one?

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