Does ONgDB enterprise version support multiple databases? If so how can we create a new database.
I ran the following script
CREATE DATABASE testDB;
Got the error:
Invalid input 't': expected whitespace, comment, '=', node labels, MapLiteral, a parameter, a relationship pattern, ',', LOAD CSV, START, MATCH, UNWIND, MERGE, CREATE, SET, DELETE, REMOVE, FOREACH, WITH, CALL, RETURN, UNION, ';' or end of input (line 1, column 17 (offset: 16))
"CREATE DATABASE testDB"
Multiple databases are not supported in version 1.0 as it's a fork of neo4j before neo4j supported multiple databases.