zhenlab-ltri / NemaNode

Interactive map of neural connections in the nematode C. elegans. Online at http://nemanode.org.
http://nemanode.org
GNU General Public License v3.0
8 stars 4 forks source link

Merge the two databases into one #46

Closed dwitvliet closed 4 years ago

dwitvliet commented 4 years ago

If we just made test- tables as duplicates of other tables we wouldn't need to deal with a separate database. We would just need to add a few lines to the database setup, e.g. CREATE TABLE test_connections SELECT * FROM connections; and then add an option to db.connect telling it to prefix all tables in queries with test_.

dwitvliet commented 4 years ago

Fixed in f45fee37c72bcb08dc9e075f96c4033abe8ee7ae