#databases
Read more stories on Hashnode
Articles with this tag
libsql Migrate is a database migration and seed management tool for libsql with configurable options, built with Node.js and available as an npm...
SurrealDB is a cutting-edge, next-generation serverless database that offers powerful features such as SQL-style query language, real-time queries,...
Say you have a table with student test data. SELECT t.* FROM tests t ORDER BY t.student_id, ...
I’m always finding myself in the same position: I have a table with two or more columns. I need to fill in one of those columns based on another one....
This post is part of a project to move my old reference material to my blog. Before 2012, when I accessed the same pieces of code or general...