Changes

Jump to navigation Jump to search
770 bytes removed ,  02:18, 16 December 2010
no edit summary
which you can enter in the console mode, in the Command
text field in the GUI, or send to the BaseX server:
 
==Database Commands==
 
===Create===
 
'''<code>CREATE [DB|FS|INDEX|USER] [...]</code>'''
 
Creates a new database, index or user:
* '''<code>DATABASE [name] ([input])</code>'''
:creates the database '''[name]''' with an optional '''[input]'''
* '''<code>INDEX [TEXT|ATTRIBUTE|FULLTEXT|PATH]</code>'''
:creates the specified index
* '''<code>FS [name] [path] ([mountpoint] [backingstore])</code>'''
:creates filesystem database <code>[name]</code> for <code>[path]</code> (using <code>[mountpoint]</code> and <code>[backingstore]</code> if FUSE is activated)
* '''<code>USER [name] ([password])</code>'''
* <code>'''USER [name] ([password])'''</code>
* <tt>'''USER [name] ([password])'''</tt>
* '''<tt>USER [name] ([password])</tt>'''
:creates the specified user
==CREATE==
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu