grab beautiful studio ghibli stills & check a cool trick to copy sqlite databases
grab beautiful studio ghibli stills & check a cool trick to copy sqlite databases
GRDB seems the way to go. Anyone got experience with shipping a custom SQLite build to load extensions?
https://github.com/groue/GRDB.swift/discussions/1591
oh boy, `spatialite` doesn't use a geographic index? You need to do this complicated nested queries to use it?
Maybe I need to switch to #postgis
#sqlite #gis #spatialite
A faster way to copy SQLite databases between computers – alexwlchan
LinkA faster way to copy SQLite databases between computers
A faster way to copy SQLite databases between computers
A faster way to copy SQLite databases between computers
DB-Engines Ranking climbers of the month:
What may be interesting is to look at https://data-star.dev, a #hypermedia library (that blows #htmx out of the water), with a back-end in #golang that can potentially replace an entire typical Rube Goldberg front-end stack, depending on the use case.
The maintainers have very interesting talks on YT to highlight the innovative approach, which involve #SSE. The maintainer uses a bootstrap that by default has #SQLite (and #NATS, which recently announced relicensing to #BUSL).
Building a Flask-SQLite Boilerplate: A Step-by-Step Guide
Kickstart your next web application with a robust Flask-SQLite boilerplate. This guide walks you through setting up your development environment, creating a user authentication system, and managing da...
https://news.lavx.hu/article/building-a-flask-sqlite-boilerplate-a-step-by-step-guide
SQLite może być świetny w dużej skali. Zdziwieni? Czy faktycznie system zarządzania bazami danych kojarzący się z malutkimi, prostymi aplikacjami ma szansę zaistnieć w większych przedsięwzięciach? Warto zapoznać się z tym tekstem.
#SQLite #skalowanie #ArchitekturaOprogramowania
https://rivet.gg/blog/2025-02-16-sqlite-on-the-server-is-misunderstood
That feeling when you forgot your password but it's been a local install anyway so you just sqlite3 into the database and generate a new bcrypt with Ruby.
Ok. Just culled ~20,000 of 25,000 #tumblr posts accumulated via #RSS over a month. I've gotta get to work on my own project applying basic statistics to this stuff. Think "reverse chronological + $all_your_own_filtering_and_sorting_and_bucketing". Not sure if I should do that within the confines of a #thunderbird add-on, or try some other approach. I really, really want to be able to use #sql for this stuff. It's a natural fit. But #sqlite seems to be a no-go for #WebExtensions. There is only #IndexedDB, which, in my limited experience with it, is absolute garbage to work with.
Hey all, I wrote a #PHP #SQLite #OpenSource forum called #Threadbare - https://github.com/Moult/threadbare
If your community is mailing list scale (i.e. not huge multilingual multicategory nested threads) check it out. If you're looking for an alternative to works-only-with-JS needs-containerisation logs-everything and want something minimal with performance near to a static site, it might be for you. Would love feedback and testing and security advice!
See https://community-test.osarch.org/ for demo.
Finally came up with a project to learn #Rust with. Not moving particularly fast, but it's making me spend a lot of time considering the implementation of data structures with ownership and lifetimes in mind.
I've been away from system-level programming for a while and last time I did any it was #C++ which is its own kind of pain.
Working on building up structures backed by a #sqlite #database as well, so getting #SQL practice also.
@fractaledmind you're everywhere now if #SQLite is in the game, aren't you?
沙丁魚罐頭:使用 Rails 實現 SQLite 多租戶架構
➤ 克服 ActiveRecord 的限制,實現高效能多租戶架構
✤ https://blog.julik.nl/2025/04/a-can-of-shardines
本文探討了在 Rails 應用程式中實作「每個租戶一個資料庫」架構的挑戰。作者分享了過去在維護一個使用此架構的應用程式時遇到的問題,並指出現有的多租戶 gem (如 Apartment) 也存在類似的線程安全問題。文章深入探討了 ActiveRecord 連線管理機制,以及 Rails 如何使看似簡單的任務變得複雜,並提供了一個可行的解決方案:一個中間件,能有效處理多租戶環境下的資料庫連線。作者強調了使用 SQLite 作為小型專案的優勢,例如易於配置、備份及除錯,並指出此架構能有效限制資料庫規模,降低複雜性。
+ 這篇文章深入淺出地分析了 Rails 多租戶架構的難點,對於正在考慮類似方案的開發者來說,非常有參考價值。
+ 作者的經驗分享很實用,提供的中間件解決方案讓我看到了希望,可以嘗試應用在我
#Rails #SQLite #多租戶 #資料庫架構
Thank you!
In #SQLite: LIKE is case-insensitive by default for ASCII characters (like normal English letters A–Z).