canonical / dqlite

Embeddable, replicated and fault-tolerant SQL engine.
https://dqlite.io
Other
3.8k stars 215 forks source link

C client (interface only) #507

Closed cole-miller closed 1 year ago

cole-miller commented 1 year ago

As suggested, I'm breaking the C client work up into smaller PRs. This one just has the changes to dqlite.h, already discussed in #501.

Signed-off-by: Cole Miller cole.miller@canonical.com

codecov[bot] commented 1 year ago

Codecov Report

Merging #507 (a49fbfd) into master (654fe09) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #507   +/-   ##
=======================================
  Coverage   61.03%   61.03%           
=======================================
  Files          34       34           
  Lines        6349     6349           
  Branches     1886     1886           
=======================================
  Hits         3875     3875           
  Misses       1293     1293           
  Partials     1181     1181           
cole-miller commented 1 year ago

I'm going to merge this now; if we decide down the road that there's a mistake in the design, nothing stands in the way of modifying it before the MVP release.