Procedural Database Initialization #611
Replies: 3 comments
-
After reading this post, I found out that the (ArcadeDB) console also can run scripts if passed as a command line argument, ie |
Beta Was this translation helpful? Give feedback.
-
I read in the OrientDB docs, there is a |
Beta Was this translation helpful? Give feedback.
-
It turns out, ArcadeDB already supports a |
Beta Was this translation helpful? Give feedback.
-
When setting up my ArcadeDB server (container), I want to initialize a database of which I formulated a "schema" procedurally in a
.sql
file. To automate this, I wrote a shell script that first attempts to create a database on the localhost for a given port, user, password and database name. Then, if successful, optionally a SQL script file is executed in this database if provided. Maybe this is useful to other users, too.Beta Was this translation helpful? Give feedback.
All reactions