Skip to content
Snippets Groups Projects

DOC: Add sections to documentation

Merged Florian Spreckelsen requested to merge f-consolidate-docs into dev
All threads resolved!
3 files
+ 33
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 29
0
# Examples
**TODO** Fill the sections below once the parts have been implemented.
## Connect to a CaosDB server
See also the hints on the [Installation](@ref) and set-up of
CaosDB.jl. CaosDB.jl makes use of the C++ client of CaosDB, so in
order to connect to a CaosDB server you first have to configure the
connection via a configuration file as explained in the [documentation
of CaosDB's C++
client](https://docs.indiscale.com/caosdb-cpplib). Once the
configuration is set up, connecting to the server is as easy as
```julia
using CaosDB
connection = CaosDB.Connection.connect()
```
which will establish a connection and print the version of the server
you are connected to.
## Retrieve a Record
## Execute queries
## Insert, update, and delete entities
## Download a file
Loading