What can I use to process sql lite DBs?

Hi! I used to be an application developer. I last worked in the field professionally in 2007, mostly in (don’t laugh) COBOL. In technical terms, I’m a dinosaur. I’d like to whip up a little something for personal use using sql lite. My limited web experience is HTML, CSS, & ColdFusion. What would be a good language to use in place of CF to access sql lite?
Sorry if this is under the wrong topic.
Thanks.

I wouldn’t like to say whether it’s the best, but you can certainly process SQLite db’s using PHP. PHP is relatively easy to learn for an experienced programmer - even COBOL I’m sure :wink:

1 Like

I have used SQLite in a Firefox browser extension (JavaScript) before.

https://developer.mozilla.org/en-US/Add-ons/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques/Use_SQLite

https://developer.mozilla.org/en-US/docs/Mozilla/JavaScript_code_modules/Sqlite.jsm

https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Storage

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.