Ability to create databases programmatically (manage multiple databases)

I'am very new in Neo4j, and very impressed of it powerful. I'am develop saas platform, for now we use FaunaDB, but looking for change it to Neo4j.

But we need ability to create databases programmatically when client register in our system.
I look that Neo4j have ability to create multiple databases but, don't see program interfaces for this feature.

Is there any way to create databases from code and manage user requests? Perhaps there are such functions in AuraDB?

I would be grateful for any links to the documentation or posts, thanks.

Look at the neo4j-admin and cypher-shell CLI tools. You can write scripts to do that.

1 Like