About 5 results
https://rednafi.com/system/wait-for-lsn/ · 12 Jun 2026
PostgreSQL 19's new WAIT FOR LSN command lets a replica block until it has replayed your write. The read-after-write problem it solves, the workarounds it replaces, and what the timeout, status, and mode options are actually for.
https://desertthunder.leaflet.pub/3ma44w25pic2r · 16 Dec 2025 · 🦋 Bluesky
Dev Log 37: 2025-12-16
https://rednafi.com/python/recipes-from-python-sqlite-docs/ · 11 Sep 2022
Practical SQLite recipes for Python: execute statements, batch operations, transactions, row factories, and context managers with sqlite3.
https://rednafi.com/system/random-choice-in-sqlite/ · 2 Sep 2022
Emulate Python's random.choice in SQLite using JSON arrays and the random() function. Populate tables with realistic test data efficiently.
https://hacdias.com/2014/07/16/selecionar-um-intervalo-de-linhas-em-mysql/ · 16 Jul 2014
Utilizar MySQL é muito simples. Neste tutorial ensino a selecionar apenas um intervalo de linhas em MySQL.