fdb
fdb copied to clipboard
Proposal to create an FDB instance from config path via C-API (for pyfdb)
Related to pyfdb #
Codecov Report
Attention: Patch coverage is 0% with 4 lines in your changes are missing coverage. Please review.
Project coverage is 65.81%. Comparing base (
bab5ebb) to head (dc74ee0). Report is 1 commits behind head on develop.
| Files | Patch % | Lines |
|---|---|---|
| src/fdb5/api/fdb_c.cc | 0.00% | 4 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## develop #20 +/- ##
===========================================
- Coverage 65.83% 65.81% -0.03%
===========================================
Files 210 210
Lines 12289 12294 +5
===========================================
Hits 8091 8091
- Misses 4198 4203 +5
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@geier1993 is this still relevant?
Think it was related to the pyfdb PR that we just closed... I know that Tom has introduced something similar back then???
Is there something similar available now... without having to use the ENV variables to point to a fdb root???
I think back then we were writing the fdb compare tool....
I'll close this due to the implemented solution in pyfdb (which is able to construct a fdb from a config string). In case something like this is needed still, feel free to re-open.