© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Jenny
What SQLite to use with node.js?
Sky
Coder
Yes.
You can use Sqlite database with Node.
Sqlite has drivers for Node, Python, C#, Java.
You can check out How to Connect SQLite Database using Node.JS .
It's easy and you can even build small console apps or even the web based app with it.
Davide Polano
Web developer
Yes you can use it also with Sequelize
Peter Scheler
JS enthusiast
Yes. SQLite3.
Gurbakhshish Singh
Coding to stay sane
Yes you can, i have been using sqlite3 with my project to store GTFS static data
Sky
Coder
Yes.
You can use Sqlite database with Node.
Sqlite has drivers for Node, Python, C#, Java.
You can check out How to Connect SQLite Database using Node.JS .
It's easy and you can even build small console apps or even the web based app with it.