Driver (software)

From Wikipedia, the free encyclopedia
(Redirected from Driver (computer))
Jump to navigation Jump to search

A driver in software provides a programming interface to control and manage specific lower-level interfaces that are often linked to a specific type of hardware, or other low-level service. In the case of hardware, the specific subclass of drivers controlling physical or virtual hardware devices are known as device drivers.[1]

Example

[edit | edit source]

A client library for connecting to a database is often known as a driver, for example, the MySQL native driver for PHP.[2]

References

[edit | edit source]
  1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).