データモデル
本製品 は、MarkLogic サーバーで作成されたテンプレートビューをビューとしてモデル化します。これらの定義は動的に取得されます。新しいテーブルの追加、新しいカラムの追加、カラムのデータ型の変更などのあらゆる変更は、本製品 を使って接続した際に即座に反映されます。
テンプレートビューの作成
- Navigate to the query console, http://Server:8000/qconsole, where Server is the DSN of the Server MarkLogic is hosted.
- Create a new query tab.
- Set the Query Type to XQuery.
- From there, follow the guide to create a template view from the official MarkLogic website here: https://docs.marklogic.com/guide/sql/creating-template-views.