penguian / Boolean-Cayley-graphs

Investigations of Boolean functions, their Cayley graphs, and associated structures.
GNU General Public License v3.0
6 stars 1 forks source link

Create a more complete database interface #24

Open penguian opened 5 years ago

penguian commented 5 years ago

A more complete database interface, based on the Sagemath sql_db module is needed to allow Sagemath users to run arbitrary queries on the Cayley graph classification databases. This will also allow the Virtual Laboratory to have expanded query capabilities.

Problem: Sagemath sql_db is based on Sqlite3, and the database interface also needs to support PostgreSQL.