Skip to content
Snippets Groups Projects

ENH: Implement queries and entity retrieval

Merged Florian Spreckelsen requested to merge f-extended-c into dev
Compare and
17 files
+ 3010
183
Compare changes
  • Side-by-side
  • Inline
Files
17
+ 27
0
 
{
 
"connections": {
 
"default": "julialib-unittest",
 
"julialib-unittest": {
 
"host": "caosdb-server",
 
"port": 8443,
 
"authentication": {
 
"type": "plain",
 
"username": "admin",
 
"password": "caosdb"
 
}
 
},
 
"local-caosdb": {
 
"host": "localhost",
 
"port": 8443,
 
"server_certificate_path": "some/path/cacert.pem",
 
"authentication": {
 
"type": "plain",
 
"username": "me",
 
"password": "secret!"
 
}
 
}
 
},
 
"extension": {
 
"this is my": "special option"
 
}
 
}
Loading