coder icon indicating copy to clipboard operation
coder copied to clipboard

SQLite Integration with Coder Apps

Open liceaga opened this issue 11 years ago • 1 comments

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)?

liceaga avatar Jul 08 '14 00:07 liceaga

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

odensc avatar Aug 03 '14 23:08 odensc