Skip to content

Latest commit

 

History

History
43 lines (43 loc) · 978 Bytes

drivers.md

File metadata and controls

43 lines (43 loc) · 978 Bytes

#Drivers

driver name details
debug Does no locking, useful for dev mode
file uses flock
If intended to use in a production environment, make sure the path you use is shared across all your servers (ie. network mount)
mysql Not implemented yet
memcache Not implemented yet
redis Not implemented yet
mongodb Not implemented yet
mariadb Not implemented yet
postgresql Not implemented yet
mssql Not implemented yet