SIMPLE-AstroDB / SIMPLE-db

BSD 3-Clause "New" or "Revised" License
11 stars 22 forks source link

Add codepath to use fast load_db when supported by astrodbkit2 #222

Closed blackwer closed 2 years ago

blackwer commented 2 years ago

This fix will attempt to use the new in-memory database functionality in astrodbkit2==0.2.6 in the load_db function to create databases, and will fall back to the old file based method if that fails.