linqs / psl

The PSL software from the University of Maryland and the University of California Santa Cruz
http://psl.linqs.org
Apache License 2.0
298 stars 100 forks source link

Merge RDBMS Database into Core Database #258

Open eriq-augustine opened 5 years ago

eriq-augustine commented 5 years ago

Issue by eriq-augustine Saturday Aug 17, 2019 at 11:22 GMT Originally opened as https://github.com/eriq-augustine/psl/issues/212


I am getting tired of pretending that a Database is backed by anything other than a RDBMSDatabase. There are quite a few places in the code where we force the use of an RDBMSDatabase, so we should just go with it and make them the same thing. This would put a lot of code in a single class, but that is typically the case with database-like classes.

Investigate this matter.