lanl / dsi

LANL Data Science Infrastructure Project
https://lanl.github.io/dsi
5 stars 4 forks source link

Make a SQlite driver that operates on one of DSI's queriable middleware data structures. #80

Closed qwofford closed 10 months ago

qwofford commented 10 months ago

Resolves #77.

I recommend adding unit tests that catch any failure modes not currently represented. see dsi/drivers/tests/* for existing examples.

qwofford commented 10 months ago

this should be ready to go.

jpulidojr commented 10 months ago

Reviewed and pass CI. I will be using this in the near future and if I find anything I will open another issue.