nrw.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Wir sind eine freundliche Mastodon Instanz aus Nordrhein-Westfalen. Ob NRW'ler oder NRW-Sympathifanten, jeder ist hier willkommen.

Serverstatistik:

2,8 Tsd.
aktive Profile

#sqlite

7 Beiträge6 Beteiligte0 Beiträge heute

I am disappointed to find that, with #SQLite, an INSERT statement with both ON CONFLICT DO NOTHING and RETURNING clauses won't return anything if there is a conflict.

I have a table that's basically just for interning frequently-used strings. It has a numeric ID column and a unique text column, and I want to get the ID for a given string, inserting if necessary.

With this RETURNING behavior, that has to be done in two steps, not one. 😔

#grist est un logiciel libre très intéressant utilisé de plus en plus par l'ANCT (Agence Nationale de la cohésion des Territoires) et la DINUM (Direction Interministérielle du Numérique)

Voici une vidéo très intéressante, présentée en particulier par Aude Zuliani, gristeuse professionnelle à l'ANCT (forum.grist.libre.sh/u/audezu/, community.getgrist.com/u/aude/)

- tube.numerique.gouv.fr/w/b1742

- gdevops.frama.io/databases/gri

le forum GristaudezuUn endroit pour discuter, échanger et s'entraider
#sqlite#excel#nocode

As a stress test I loaded 8M bookmarks into a little SQLite backed bookmark saving/sharing web app I'm building. The slowest part turned out to be the `SELECT count(1) FROM bookmarks` query that's used as part of the pagination UI. Not what I was expecting but known/expected behaviour from what I've read. It takes 400ms on Snapdragon X Elite CPU, which is fine in practice—I'd be surprised if anyone actually stored more than 100k items in it.

I'm a database extremist. I default to #SQLite for pretty much anything.

As an independent software consultant, I need time tracking and CRM like anyone else. Guess what? It's just a single SQLite database file. :D Has worked wonderfully for years using just a database viewer app. (Tableplus, if you're wondering.)

But now, with this wonderful tool from Rune Kaagaard, I can hook up my database to Anthropic's Claude, and get insights into my time spent as well as my connections, just by chatting with Claude Sonnet 3.7.

Wild! :D

github.com/runekaagaard/mcp-al