VH-Lab / DID-matlab

Data Interface Database
Other
1 stars 1 forks source link

Bug: Superclass for did.implementations.postgresdb does not exist #74

Open ehennestad opened 3 hours ago

ehennestad commented 3 hours ago

Specifies superclass database, but this class does not exist in the namespace.

Should it be did.database?

However, the constructor also assigns a database object to a property, so relationship is a bit unclear

stevevanhooser commented 2 hours ago

postgresdb is an older piece of code. We could probably just remove it. If we wanted to bring it back we would probably build out sqldb and then make both sqlite and postgresdb subclasses. I don't know if we should remove them or put them in a folder that says "preliminary" and maybe change their extensions to .m0 so they don't count as code.