Tootfinder

Opt-in global Mastodon full text search. Join the index!

@gideonstar@mastodon.gideonstar.de
2026-04-17 09:05:33

#CGM so: mit dem neuen Moviestar Update auf SQL wird alles viel schneller und besser. Am besten zeitnah bestellen.
Ach ja, das Update ist übrigens verpflichtend und kostet nur 1190 Euro. Ach ja, und 10,64 Euro monatliche Softwarepflege.
[hier Beleidigung einfügen]

@kubikpixel@chaos.social
2026-02-12 11:05:02

«Stoolap - High-performance embedded SQL database in Rust»
Have any of you tried it before and what is your experience with it? Can it be used in the same way as SQLite? I ask because the open source project is relatively new, i.e. are there certain arguments to (not) use it productively?
🦀 stoolap.io

@buercher@tooting.ch
2026-02-16 21:46:44

SQL Notebook: The tiger image
belle-nuit.com/sql-notebook/in

@fanf@mendeddrum.org
2026-03-02 15:42:02

from my link log —
Writing a PostgreSQL formatter / pretty printer in Rust.
blog.urth.org/2021/03/14/writi
saved 2021-03-18

@qbi@freie-re.de
2026-02-12 08:48:24

Ich brauche noch einen Kaffee oder warum kann die Bash kein SQL?
user@host:~$ SELECT s.id, s.url …
FROM statuses s
JOIN …
-bash: syntax error near unexpected token `('
-bash: FROM: command not found
#fail

@fanf@mendeddrum.org
2026-01-24 21:42:01

from my link log —
Against SQL.
scattered-thoughts.net/writing
saved 2021-07-10 dotat.at/:/3Q8D…

@socallinuxexpo@social.linux.pizza
2026-02-10 00:40:01

Scott Stroz will speak on 'REST Assured: Serving Up MySQL REST Service with Node—No SQL Required!' as part of our MySQL@SCaLE track at SCaLE 23x. Full details: socallinuxexpo.org/scale/23x

@domm@social.linux.pizza
2026-01-27 19:28:09

Today I once again wrote some nice SQL to fix yesterdays fuckup. A few years ago I would have written a #Perl script, but nowadays my #SQL is good enough (and #Postgres has nice enough features) to d…

@larsfosdal@mastodon.social
2026-01-29 06:52:03

The more I learn about Agentic AI, the more it feels like LLMs behave similar to a next-gen "SQL" where Agents define the "source tables" that can be searched for specific information. The metadata discloses the purpose and content of each agent, so that the LLM can join it when appropriate.
Very flexible free form SQL, with very costly execution.
#ai

@usul@piaille.fr
2026-03-06 08:23:12

Prompt injection, the new SQL injection

@michabbb@social.vivaldi.net
2026-04-08 20:10:21

🚀 Performance on a completely different level:
Written in #Haskell with the Warp HTTP server. JSON gets serialized directly in SQL. Connection pooling via Hasql. Subsecond response times at 2000 req/sec — even on free tier hosting.
🔐 Security is built in, not bolted on:
Auth runs via JWT. Authorization is controlled directly in the database through roles. One single declarati…

@kurtsh@mastodon.social
2026-04-04 05:07:04

Recap of the Microsoft Fabric Conference 2026... by Arun Ulag, President, Azure Data.
✅ FabCon and SQLCon 2026: Unifying databases and Fabric on a single data platform | Microsoft Azure Blog
azure.microsoft.com/en-us/blog

@fanf@mendeddrum.org
2026-01-19 12:42:02

from my link log —
SELECT WAT FROM SQL;
scattered-thoughts.net/writing
saved 2020-04-17

@philip@mastodon.mallegolhansen.com
2026-02-03 02:43:58

Tonight I made a daiquiri.
And then I realized, the way it’s spelled looks a lot like a portmanteau of daj (Polish: Give) and query.
So maybe every time someone gives you a SQL query, that’s actually a daiquiri.

@hynek@mastodon.social
2026-03-22 18:49:33

The more I zoom into ORMs, the more I’m convinced you need to be a lot smarter to operate them correctly and deterministically than you need to be to write some SQL and map rows on structs/classes.
Case in point, I wrote myself a package to make transaction management explicit and when adding SQLAlchemy ORM support: holy autobegin, Batman!
Add `autobegin=False` to your sessionmaker/Session and watch your app burn.

@datascience@genomic.social
2026-01-27 11:00:00

Im using case_when() quite a lot, case_match() is new to me: #rstats

@michabbb@social.vivaldi.net
2026-04-07 23:14:28

🐰 #Directus — The Flexible Backend for All Your Projects!
Turn any SQL database into a full #API with an admin dashboard — no migration, no vendor lock-in.
#HeadlessCMS

@iam_jfnklstrm@social.linux.pizza
2026-01-21 11:14:26

Dagens nya ord - datakub. Rolig att sql'a in i men svår att navigera i

@arXiv_csDB_bot@mastoxiv.page
2026-02-26 08:20:40

Both Ends Count! Just How Good are LLM Agents at "Text-to-Big SQL"?
Germ\'an T. Eizaguirre, Lars Tissen, Marc S\'anchez-Artigas
arxiv.org/abs/2602.21480

@daskaja@mastodon.social
2026-03-20 09:19:55

Irgendwie erinnert mich die Software-Entwicklung in Zeiten von KI an die 00er Jahre. Statt SQL Injection und und Cross-Side-Scripting mitregieren wir mit immer neuer Middleware (MCP − Skills CLI Binaries, Sandboxes) das fehlende Vertrauen in LLMs.

@michabbb@social.vivaldi.net
2026-04-07 23:14:28

#Directus layers a blazingly fast #NodeJS API on top of any existing SQL database. No schema changes needed, works with what you already have.
🗄️ Database Freedom:
#PostgreSQL,

@tschundler@leds.social
2026-01-24 08:36:15

RE: chaos.social/@jon_ellis/115945
This is a valid point. SQL is the only language that I have used at every full-time job of mine. I first learned it around 1998 and last wrote some two weeks ago. I've only used assembly longer, but…

@arXiv_csDB_bot@mastoxiv.page
2026-02-26 12:54:47

Replaced article(s) found for cs.DB. arxiv.org/list/cs.DB/new
[1/1]:
- High-Fidelity And Complex Test Data Generation For Google SQL Code Generation Services
Shivasankari Kannan, Yeounoh Chung, Amita Gondi, Tristan Swadell, Fatma Ozcan

@fanf@mendeddrum.org
2026-03-19 18:42:02

from my link log —
A nasty bit of implicit timezone behavior in Golang.
dolthub.com/blog/2021-09-03-go
saved 2021-09-04

@michabbb@social.vivaldi.net
2026-02-28 14:06:44

#Stoolap – A Modern Embedded #SQL #Database written in #Rust 🦀

@buercher@tooting.ch
2026-03-26 19:19:43

The sales analyst leans back and types a question into her company’s shiny new AI data agent: “Which leads from last quarter should we follow up on?”
Simple enough. The kind of question that used to eat up half a junior analyst’s afternoon. The agent spins for a few seconds. Then it either returns a confidently wrong answer, crashes without a word, or does the thing I find most telling of all: it gives up before it even tries.
levelup.gitconnected.com/why-s