environment.unixODBCDrivers

Specifies Unix ODBC drivers to be registered in /etc/odbcinst.ini. You may also want to add pkgs.unixODBC to the system path to get a command line client to connect to ODBC databases.

Type
list of package
Default
[ ]
Example
with pkgs.unixODBCDrivers; [ sqlite psql ]
Declared
<nixpkgs/nixos/modules/config/unix-odbc-drivers.nix>