Skip to content
Archive of entries posted on 21st August 2010

SQLite – simple use in scripts

Today we will look a the most simple use\’s in the scripts and how to use them. echo \”insert into bills values (\”$name\”,$date_now, $date_now,$1)\”|sqlite bills or the other way to do this is sqlite3 bills \”insert into bills values (\”$name\”,$date_now, $date_now,$1)\” OK, now in the next post we will see a simple application that I [...]