eriq-augustine / psl

The PSL software from the LINQS lab.
Apache License 2.0
4 stars 7 forks source link

Abstract General DataStore Functionality Out of RDBMSDataStore #187

Closed eriq-augustine closed 5 years ago

eriq-augustine commented 5 years ago

Similar to the relationship between Database and RDBMSDatabase, DataStore should hold general functionality while RDBMSDataStore should contain the specific RDBMS functionality.

This would mean things like partitions and databases mostly get moved up to the Database level.