parcio / julea

A Flexible Storage Framework for HPC
GNU Lesser General Public License v3.0
32 stars 30 forks source link

Refactor the generic DB backend #158

Closed t-erxleben closed 1 year ago

t-erxleben commented 2 years ago

This PR includes all changes of #156 which makes the previous one outdated. Additionally to jbson the sql-generic functions are included into the julea-db-util lib.

The sql-generic part of the helper library needs to be initialized and takes a struct containing the needed specific SQL syntax strings and functions of the respective DBMS.

So far the changes to sql-generic are minimal. The next step is to further simplify sql-generic.

michaelkuhn commented 1 year ago

Superseded by #165