Changes

Jump to navigation Jump to search
4 bytes removed ,  11:15, 25 July 2022
no edit summary
* Install either version of IntelliJ IDEA: [https://www.jetbrains.com/idea/#chooseYourEdition the Community or Ultimate edition].
* Download your favorite [httphttps://basex.org/download BaseX distribution] (JAR, ZIP, EXE).
* Start BaseX (see [[Startup]]).
* Create a BaseX database (see [[Databases]]).
** <code>Database port = 1984</code>
** <code>Username = admin</code>
** <code>Password = admin...</code>
** If you tick the check box ''Create a standalone instance'', the fields ''Hostname'', ''Database port'', ''Username'', and ''Password'' remain empty.
[[File:Intellij-new-query-processor.png]]
'''Create a Query File'''
* In the project view, create a new XQuery file, either by right-clicking on the project name and choosing ''New''→''File'' or by selecting ''New''→''File'' from the File menu. Enter a file name and click ''OK''.
* Type in your query, e.g. <code>db:openget("factbook")</code>, and save your file.
'''Create a New Configuration'''
** <code>Database name = factbook</code>
** <code>Username = admin</code>
** <code>Password = admin...</code>
* Select ''Apply'', then ''OK'' and your BaseX {{code|factbook}} database is ready to query.
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu