databases/sql (all)

www.sqlitetutorial.net   (2025-02-22)

This tutorial shows you various ways to import CSV data into an SQLite table using sqlite3 and SQLite Studio tools.

simonwillison.net   (2025-02-07)

Neat open source project on the GitHub organisation for the UK government's Department for Business and Trade: a "Python virtual filesystem for SQLite to read from and write to S3." …

blog.julik.nl   (2025-01-27)

An interesting twist in my recent usage of SQLite was the fact that I noticed my research scripts and the database intertwine more. SQLite is unique in that it really lives in-process, unlike standalone database servers. There is a feature to that which does not get used very frequently, but can be indispensable in some situations. By the way, the talk about the system that made me me to explore SQLite in anger can now be seen here. Normally it is your Ruby (or Python, or Go, or whatever) program which calls SQLite to make it “do stuff”. Most calls will be mapped to a native call like sqlite3_exec() which will do “SQLite things” and return you a result, converted into data structures accessible to your runtime. But there is another possible direction here - SQLite can actually call your code instead.

avi.im   (2024-12-31)

Some of the interesting and insane facts I learned about SQLite

www.kdnuggets.com   (2024-12-13)
newsletter.systemdesign.one   (2024-11-10)

#60: Break Into Google Spanner Architecture (5 Minutes)

github.com   (2024-09-24)

SQL tips and tricks.

www.marktechpost.com   (2024-08-04)

Alex Garcia announced the much-anticipated release of sqlite-vec v0.1.0. This new SQLite extension, written entirely in C, introduces a powerful vector search capability to the SQLite database system. Released under the MIT/Apache-2.0 dual license, sqlite-vec aims to be a versatile and accessible tool for developers across various platforms and environments. Overview of sqlite-vec The sqlite-vec extension enables vector search functionality within SQLite by allowing the creation of virtual tables with vector columns. Users can insert data using standard SQL commands and perform vector searches using SELECT statements. This integration means that vector data can be stored and queried within the

www.kdnuggets.com   (2024-05-22)

Get started with SQLite databases in Python using the built-in sqlite3 module.

sqlite.org   (2024-04-30)
fractaledmind.github.io   (2024-04-23)

This is my personal site, where I write about Ruby, programming, and any of my varied fascinations.

dev.to   (2024-04-21)

While both WHERE and HAVING are used for filtering rows, condition in WHERE clause is applied before grouping of data and condition on HAVING is applied after grouping

www.datasciencecentral.com   (2024-04-15)

Window functions are an advanced feature of SQL that provides powerful tools for detailed data analysis and manipulation without grouping data into single output rows, which is common in aggregate functions.

gitlab.com   (2024-03-28)

GitLab.com

fractaledmind.github.io   (2024-03-27)

This is my personal site, where I write about Ruby, programming, and any of my varied fascinations.

calpaterson.com   (2024-03-10)

"Deep" modules, mismatched interfaces - and why SAP is so painful

explainextended.com   (2024-03-05)

A complete GPT2 implementation as a single SQL query in PostgreSQL.

gvwilson.github.io   (2024-02-15)
jvns.ca   (2023-10-08)
dev.to   (2023-07-26)

Introduction: Losing or forgetting the MySQL root password can be a stressful situation, but don't...

justinjaffray.com   (2023-07-23)
thesequence.substack.com   (2023-07-23)

Developed by ETH Zürich, the language explores new paradigms for LLM programming.

antonz.org   (2023-06-18)

Seriously, I don't. I'd prefer SQL.

dev.to   (2023-06-18)

Intro Hello guys! Today I try to write about how to start using psql in Terminal app,...

www.sqlite.org   (2023-04-14)
sqlfordevs.com   (2023-04-05)

Recursive queries are a straightforward solution to querying hierarchical trees. However, one loop in the relationship references results in a failing or never ending query when cycle detection is not used.

towardsdatascience.com   (2023-04-05)

Simple hacks to try before moving to a different data model altogether

towardsdatascience.com   (2023-03-30)

The QUALIFY clause is pure syntactic sugar

github.com   (2023-03-21)

A SQLite extension which loads a Google Sheet as a virtual table. - 0x6b/libgsqlite

towardsdatascience.com   (2023-03-13)

Speed up your SQL learning curve.

dev.to   (2023-03-12)

Data is naturally at the heart of the job of a data scientist or data analyst. You can get your...

dev.to   (2023-02-19)

SQL (Structured Query Language) is a programming language used to manage and manipulate relational...

datasette.io   (2023-02-09)
www.digitalocean.com   (2023-01-16)

MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It implemen…

www.kdnuggets.com   (2022-10-20)

Learn SQL commands for filtering, string operations, alias, joining tables, if-else statements, and grouping.

www.sqlite.org   (2022-10-20)
observablehq.com   (2022-10-04)

a.k.a. leave BeautifulSoup in the past and embrace SQL I used DALL·E to generate thumbnails for this post: “cute cartoon|claymation abominable snowman scraping ice off his frozen car windshield” is nightmare fuel Some of the most common web-scraping tasks can be done in pure SQLite - meaning no Python, Node, Ruby, or other programming languages necessary, only the SQLite CLI and some extensions. The main extension that enables this: sqlite-http, which allows you to make HTTP requests and sa

github.blog   (2022-09-05)

We've open sourced Trilogy, the database adapter we use to connect Ruby on Rails to MySQL-compatible database servers.

fly.io   (2022-07-30)

Let's open a hex editor and see what this thing is made of

til.simonwillison.net   (2022-06-23)

I figured out how to run a SQL query directly against a CSV file using the sqlite3 command-line utility:

dev.to   (2022-06-22)

When migrating from PostgreSQL to MySQL we often get stuck with syntax between databases. Here are...

sqlite.org   (2022-05-26)
blog.wesleyac.com   (2022-04-29)
github.com   (2022-04-09)

general purpose extensions to golang's database/sql - jmoiron/sqlx

towardsdatascience.com   (2022-03-26)

Finally, start practicing SQL with your own database

www.kdnuggets.com   (2022-02-08)

Databases are the houses of our data and data scientists HAVE TO HAVE A KEY! In this article, I discuss some lesser known concepts of SQL that data scientists do not familiarize themselves with.

www.botreetechnologies.com   (2022-01-17)
towardsdatascience.com   (2022-01-15)

Use these simple techniques to make your analysis and data extracts easier

link.medium.com   (2021-12-26)

Bringing it back to the basics

towardsdatascience.com   (2021-12-07)

A Quick Guide to the IF, CASE, and IFNULL Statements

learnsql.com   (2021-11-26)

This 2-page SQL Basics Cheat Sheet will be a great value for beginners as well as for professionals. Download it in PDF or PNG format.

blog.testdouble.com   (2021-10-01)

Implementing search in your Rails app can be vexing. Here's a great pattern to use that combines the best parts of ActiveRecord and Postgres.

phiresky.netlify.app   (2021-07-31)

I was writing a tiny website to display statistics of how much sponsored content a Youtube creator has over time when I noticed that I often write a small tool as a website that queries some data from a database and then displays it in a graph, a table, or similar. But if you want to use a

avi.im   (2021-07-18)

This is a chronicle of my experiment where I set out to insert 1B rows in SQLite

towardsdatascience.com   (2021-06-26)

Reviewing more advanced SQL operations to extract additional data insights from the Irish Weather dataset.

news.ycombinator.com   (2021-06-13)
towardsdatascience.com   (2021-06-05)

SQL is a programming language used by relational database management systems. It provides numerous functions and methods that operate on the data stored in relational databases. SQL is not just a…

www.kdnuggets.com   (2021-05-18)

Are you a NoSQL beginner, but want to become a NoSQL Know-It-All? Well, this is the place for you. Get up to speed on NoSQL technologies from a beginner's point of view, with this collection of related progressive posts on the subject. NoSQL? No problem!

towardsdatascience.com   (2021-05-12)

One of the most valuable technical skills I use working on a data science team in the retail space is SQL…

dev.to   (2021-05-05)

To explore SQLite along with Python, which is a user-friendly and no-nonsense language, we are going...

towardsdatascience.com   (2021-04-25)

If you’ve been practicing your SQL religiously, like I suggested in Top Skills to Ace Every SQL Interview Question, then you’ve probably…

github.com   (2021-04-03)

The ultimate set of SQLite extensions.

antonz.org   (2021-03-26)

Here is why SQLite is a perfect tool for you - whether you are a developer, data analyst, or geek.

www.kdnuggets.com   (2021-03-25)

The last SQL guide for data analysis you'll need! OK, maybe it’s actually the first, but it’ll give you a solid head start.

developer.nvidia.com   (2021-03-15)

Historically speaking, processing large amounts of structured data has been the domain of relational databases. Databases, consisting of tables that can be joined together or aggregated…

thedigitalskye.com   (2021-03-10)

How to avoid those dreaded pitfalls and “gotcha” moments when selecting databases for your next application?

github.com   (2021-03-08)

Dolt – Git for Data.

towardsdatascience.com   (2021-01-23)

A practical guide with MongoDB

www.digitalocean.com   (2020-11-20)

MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It implemen…

towardsdatascience.com   (2020-11-03)

From the power of hierarchical queries to that of procedural constructs in SQL

towardsdatascience.com   (2020-11-03)

Using SQLite to store your Pandas dataframes gives you a persistent store and a way of easily selecting and filtering your data

duckduckgo.com   (2020-08-22)

DuckDuckGo. Privacy, Simplified.

duckduckgo.com   (2020-08-22)

DuckDuckGo. Privacy, Simplified.

www.reddit.com   (2020-07-21)

521 votes, 27 comments. 411K subscribers in the computerscience community. The hot spot for CS on reddit.

towardsdatascience.com   (2020-06-01)

Transforming spreadsheets into queryable database tables

towardsdatascience.com   (2020-05-19)

MongoDB and SQL databases are two polar opposite sides of the backend world. The former deals with chaotic unstructured data, while the…

mlwhiz.com   (2020-05-15)

This post is about installing SQL, explaining SQL and running SQL.

towardsdatascience.com   (2020-05-15)

Everything You Need to Get Started!

towardsdatascience.com   (2020-04-21)
towardsdatascience.com   (2020-04-19)

The SQL queries I use as a data scientist and software engineer

towardsdatascience.com   (2020-04-19)
stackoverflow.com   (2020-03-23)

I'm re-installing MySQL (5.7.29) for Ubuntu Linux 18.04 LTS. I installed the package using apt & started the service without issue. I was not asked for a root password during the install and am...

www.johndcook.com   (2020-02-19)

How to combine data spread over two CSV files, like separate tables in a normalized relational database.

www.sqlshack.com   (2019-04-15)

In this new chapter, we are going to show the following examples in a local SQL Server using SQL Server command line (sqlcmd).

github.com   (2019-04-15)

A command-line client for SQL Server with auto-completion and syntax highlighting - dbcli/mssql-cli