googlecreativelab / coder

A simple way to make web stuff on Raspberry Pi
http://goo.gl/coder
Apache License 2.0
2.42k stars 276 forks source link

SQLite Integration with Coder Apps #89

Open liceaga opened 10 years ago

liceaga commented 10 years ago

I've been able to install SQLite on the Coder image, but I'm not confident in which way to go about the scripting. My initial thought was to use Django, which I've been able to install on the Coder image, but I'm having trouble finding where my created coder apps are located.

Does anyone have insight to a solution for SQLite integration/server scripting (whether it uses Django or not)?

odensc commented 9 years ago

Coder is made with Node.js, so Django probably wouldn't work. You could use the sqlite3 Node.js module.