ok my bad, didn't search enough, I was looking for this
// create new database$session->execute("create db database");print $session->info();
thanks !
Yoann MaingonMinerva France+33 6 64 32 49 66
Hi,No problem; our Wiki might give you some more hints (e.g. here:
> I've seen the java code to create a new database. Is there a way i can create a new database from PHP?
http://docs.basex.org/wiki/Clients).
That's no problem as well; the client/server architecture of BaseX
> Will there be many people being able to use different databases at the same time on the same server? is it just a matter of hardware Server performance?
supports several databases to be opened at the same time.
Hope this helps,
Christian