]> git.joonet.de Git - adminer.git/commit
MongoDB driver: Add create_database methods.
authorDavid Sinquin <david.sinquin@gandi.net>
Tue, 27 Feb 2018 12:43:32 +0000 (13:43 +0100)
committerJakub Vrana <jakub@vrana.cz>
Thu, 1 Mar 2018 10:48:02 +0000 (11:48 +0100)
commitcf9cad66e238d932374ad8355c3ab8f05a0a40ae
tree77652518499a997fc4a65985c2ef3535b1047dd8
parent26a3967cf97d4ea4639fd175c0179b92e51a0189
MongoDB driver: Add create_database methods.

MongoDB databases are created on the fly when some data is written in
the database, so this method does not need to do anything.
adminer/drivers/mongo.inc.php