# # File: create-MULTIDIMDB.cbs # Author: Manfred Jeusfeld, Thomas Kuehne # Created: 2023-03-01 (2024-02-19/Manfred) # ----------------------------------------------------- # Call: cbshell -v create-MULTIDIMDB.cbs # This script is self-sufficient. It first defines the multi-dimensional constructs. # connect startServer -new MULTIDIMDB -t low -u persistent tellModel "SOURCES/00-oHome.sml.txt" showAnswer why mkdir MultiDim cd MultiDim # echo "Preparing MultiDim module ..." tellModel "SOURCES/01-multidim-constructs.sml.txt" showAnswer why cd MultiDim # echo "Preparing constraint queries ..." tellModel "SOURCES/03-queries.sml.txt" showAnswer why