cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

SQLite backend interface functions #749

Closed kpalway closed 7 years ago

kpalway commented 7 years ago

Doesn't even type check right now, just wondering if I am on the right track at all with the querying.

e45lee commented 7 years ago

Oops I should've mentioned that racket looks for sqlite3 in /usr/lib/x86_64-..., and that's also hardcoded; what I ended up doing on seashell-dev was manually fetching the deb file for sqlite 3.11 from the 16.04 archive and installing it with dpkg -i. You can get the deb file here: https://launchpad.net/ubuntu/xenial/amd64/libsqlite3-0