I am trying to create a new database in Neo4j and run some cypher queries in that newly created db.
I am able to create a new db using the Liquibase update command. But I am unsure how to write a changeset for the command ":use {dbname}".
Or is there any way where I could specify the database name in the changeset?
I am unable to find any documentation related to this use case or any liquibase command which might serve me.
Any help is appreciated! Thanks.