nixpkgs/modules/services/databases
Sander van der Burg e171b6d86e Added option to specify directories as a path for MySQL database schemas.
By using this approach we no longer have to specify schemas like this:

schema = "${myDatabaseSchemaDrvFun}/prefix/to/the/sqlfile.sql";

but like this:

schema = myDataBaseSchemaDrv;

which is in some cases more convenient.


svn path=/nixos/branches/upstart-0.6/; revision=18450
2009-11-18 21:56:47 +00:00
..
mysql.nix Added option to specify directories as a path for MySQL database schemas. 2009-11-18 21:56:47 +00:00
postgresql.nix * Shut down PostgreSQL cleanly. 2009-11-06 23:37:31 +00:00