<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Documents tagged with Node.js Database]]></title><description><![CDATA[Documents tagged with Node.js Database]]></description><link>https://techsparx.comnode.js-database.xml</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Feb 2026 21:14:33 GMT</lastBuildDate><item><title><![CDATA[Easily export or import data between CSV files and SQLite3 or MySQL databases with Node.js
]]></title><description><![CDATA[<p>It's convenient to import a CSV file into a spreadsheet to crunch numbers.  CSV's (comma-separated-values) and it's brethren (TSV, for tab-separated, etc) are widely used to deliver information.  You'll see CSV downloads available all over the place, whether it's your stock broker, a bank, or a government agency, and on and on.  Spreadsheet programs like LibreOffice Calc offer direct import of these files, and then as a spreadsheet you've got a zillion tools available to crunch numbers, make graphs, etc.  Sometimes, though, you need to load the CSV into a database to do other sorts of work.  That's what we'll look at, the twin tasks of autoloading a CSV file into a MySQL database, and of exporting data from MySQL into a CSV file.</p>
]]></description><link>https://techsparx.com/nodejs/howto/csv2mysql.html</link><guid isPermaLink="true">https://techsparx.com/nodejs/howto/csv2mysql.html</guid><pubDate>Sat, 14 Feb 2026 08:01:05 GMT</pubDate></item><item><title><![CDATA[Using Sequelize for the database layer in an Express Node.js 14 application
]]></title><description><![CDATA[Like many web applications, the TODO application we are developing with Express and Bootstrap v5 must persist its data somewhere.  For that purpose we will use Sequelize to to interface with an SQL database (SQLite3).  Sequelize is a high level ORM (Object Relations Manager) for Node.js that supports a long list of SQL databases.
]]></description><link>https://techsparx.com/nodejs/examples/todo-bootstrap/database.html</link><guid isPermaLink="true">https://techsparx.com/nodejs/examples/todo-bootstrap/database.html</guid><pubDate>Sat, 14 Feb 2026 08:01:02 GMT</pubDate></item></channel></rss>