#SQLite
@marcoarment I recall you tweeting once about pulling in the upstream #SQLite C library into an Xcode project because it had something that wasn't present in iOS' copy of the sqlite C library and it was only a single-digit MB dependency… but Twitter search is failing me and I can't find any other references of the same. Any chance you remember this and could reshare? 😊
New minor version of #rusqlite_migration: https://github.com/cljoly/rusqlite_migration/releases/tag/v1.0.2
It’s just a bug fix, I made the mistake of using an open ended range in a dependency specification 🤦♂️
I'm having the hardest time trying to find a good way of persisting data without relying on a database that:
1. is not embedded
2. does not rely needlessly on LibOpenSSL and needs c compiler #surrealdb
3. Has a CVE against its available driver version. #sqlx #sqlite
4. has a better modelling capability than a simple Key-Value store.
🎒 From Web SQL to SQLite Wasm—the database migration guide: https://developer.chrome.com/blog/from-web-sql-to-sqlite-wasm/
With SQLite Wasm backed by the Origin Private File System (#OPFS), there's a replacement for the deprecated Web SQL. My latest article guides you when migrating your data from #WebSQL to #SQLite Wasm.
F-ing finally. ⚡ 🥫
Some production setbacks doing this one. Wifi interference destroying some of the audio. Lots of reshooting. Thumbnail is 💯
I think the demo and concept is really good and I hope you check it out if you are interested in #sqlite and/or #postgresql :) It do both.
Thanks to @electric for sponsoring my shenanigans.
https://www.youtube.com/watch?v=_U5Z8AQy0hc
#myelixirstatus
My Goodreads repository now contains a bunch of examples how to interact with CSV data https://github.com/michael-simons/goodreads#interacting-with-the-csv-file, including #sqlite #duckdb #neo4j and #xsv
Added update and insert capability to my #textual based SQLite app, and turned it into a full Python package. Still very much a work in progress.
Now it's called sqint - SQlite IN Terminal. Yeah, I'm bad at naming things...

It's hosted on a #raspberrypi 3b with a sensehat, using #python for data collection, #sqlite for a db, #flask for an API, and @astro for the web app.
Very messy code is up on my GitHub here:
https://github.com/MykalMachon/WeatherStation
I wonder has anyone done an #SQLite fork that can only do queries, basically SELECT statements?
I imagine it would be fantastic for some web pages because it would be (a lot?) a smaller #WASM package.
It wouldn't need to support any Update/Insert/Delete statements, and other weird stuff with WAL and journaling would be easier.
I do love SQLite
Updated: Quick Reference Commands
Added 2 new knowledge base articles
https://www.adamsdesk.com/posts/quick-reference-commands/
#linux #sql #mysql #postgresql #AlpineLinux #git #docker #sqlite #ArchLinux #fedora #pihole #regex
@AstraKernel what a ORM for PostgesSQL or SQLite with Axum you prefer?
#rust #rustlang #orm #postgesql #sqlite #sqlite3 #askfedi #Axum
Wrote about the GRDBQuery helpers I keep reusing. GRDBQuery doesn't depend on GRDB, so opening a PR wouldn't wok.
https://github.com/groue/GRDBQuery/issues/39
#ios #iodeveloper #grdb #sqlite #swiftui #swiftlang #swiftdeveloper
I haven't been using co-pilot or other AI code assistants, except for a few days after they came out.
I was about to look up the SQLite docs for CREATE TABLE, when I though I would let ChatGPT do that. It was flawless. I added an error to see if it could quickly tell me and it got it spot on.
This is good enough for me to test using it as a daily driver.
I'm using it with #rustlang, diesel ORM, and #sqlite and it is very helpful.
Hey #WebDev/#Coding bubble. I'm just looking for a CMS that has the option to publish the same post in multiple languages. I explicitly don't mean that I have 2 identical pages just one in German and one in English. I'd like to have an editor for one language and then just switch over.
Bonus points if it's possible to add DeepL as a starting point.
Should work with #PHP (8.2) and #PostgreSQL or #SQLite. (File based would be okay too) Perfect would be Laravel based so I can easily add features myself. I honestly just need a starting point.
Target is just have a blog that works in German and English. WordPress is pretty much out of the table, I know most of the multilanguage plugins and they're terrible. :D And I had to work with WordPress a few weeks ago and I'm glad that this is over.
[New Blog Post] MiniLitelog: Easy Breezy SQLite Datalog https://philipzucker.com/tiny-sqlite-datalog/ #SQL #sqlite #datalog
Una delle cose più piacevoli (e importanti) del mio lavoro è la formazione continua.
Recentemente ho partecipato a un corso di #Belkasoft sul tema dell'analisi di database #SQLite a fini forensi, compreso il recupero dei dati cancellati.


Posted new Emacs 29 pre-release snapshot binaries for Windows (emacs-29.0.60_2) with OOTB support for sqlite and tree-sitter today.
Let me know if you have troubles with these:
https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-29/?C=M;O=D
Before I end up building my own on top of SQLite, is anybody aware of any single-file document/graph databases similar to SQLite?
We have #sqlite and #postgresql with first-class SQL and JSON support, and you are trying to offer me your as-a-service thing that will cost me a fortune and scales 100 times as bad?
Ehm, no, thanks!
@plluksie I could name #TimeScaleDB like somebody said #InfluxDB, but I feel like both are not as simple as #SQLite 😅
Hey my first #oss contribution in a very long time! #sqlite #capacitorjs #ionicframework
Hopefully it will be an easily-approved merge request.
Justo cuando pensabas que tu aplicación en un #contenedor estaba lista ¡pum! versión incorrecta de #sqlite en #debian #bullseye por un pinche dígito menor.
Dígito menor que trae exactamente la característica que necesitas.
Maldi-tasea
#SQLite is not only one of the most widely available databases out there, but also among the most battle-tested ones. There are hundreds of thousands of distinct test cases, which after parametrization, turn into billions of tests that run before each new release: https://corecursive.com/066-sqlite-with-richard-hipp/
I will be streaming some more Electric SQL experimentation in an hour. This time I have a plan!
Livestream on more Electric SQL, @electric, in 45 minutes or so.
I think we might end up doing collaborative text editing. Because I'm a sucker for pain.
Another Electric SQL stream tomorrow at 15.00 sweden time.
Expect Elixir, SQLite and audacious goals. Supported by @electric ⚡️
https://youtube.com/live/LOR_ReuAfWU?feature=share
#elixir #sqlite #postgresql #postgres
New blog post: TIL #SQLite Virtual Tables. https://www.zombiezen.com/blog/2023/02/sqlite-virtual-tables/
@jeffZA Not an IDE or a query builder like MS Access, just a GUI for #SQLite databases: DB Browser for SQLite .
https://sqlitebrowser.org/
I prefer to develop using cmd shell, sql scripts (DDL and DML), make and Notepad++ myself.
New Video about Uploading, Storing and Retrieving Images in #SvelteKit (with #SQLite)
@AstroAndyN
#sqlite agrees:
SQLite version 3.40.1
sqlite> SELECT julianday('now');
2460000.19566332
😂 😎
Live in 6 minutes. Electric SQL, Elixir and if we feel frisky. Deployment. Towards Fly?
https://youtube.com/live/y71uOUPXioA?feature=share
#elixir #sqlite #postgresql
Excited to experiment further with replicating SQLite databases using Electric SQL tomorrow (friday).
It'll be here: https://youtube.com/live/y71uOUPXioA
So I hired a couple of #frontend developers this week and they're getting stuck into things. Now I'm interviewing for a #backend dev, and boy, did the first one not go well. Fortunately it was short enough that I can fit the whole thing in one toot.
<intros>
Backend Dev: I can't agree with the #sqlite and monolith choice
Me: what would you suggest doing instead?
BD: things in the industry are done with #microservices
Me: and why is that?
BD: if you want to learn about this, you should Google
Me: I don't want to know about *how* that's done, I want to know *why*
BD: look, I'm a paid expert...
Me: I know the answers, BD, what I need to find out is if you do
BD: when you go to a dentist, you don't interview them first
Me: I'm not coming to you to clean my teeth, I'm talking to you to find out if you are the dentist whom I want to clean my teeth
BD: ...
Me: look, let's save ourselves some time. We aren't going to work together well. Best of luck with your next job.
@craigmaloney @mdhughes @Canageek
Anyone else heard about fossil?
https://fossil-scm.org/home/doc/trunk/www/index.wiki
Looks like #sqlite is still using it for their development...
For a hot minute I thought about adopting that. However, yes, the war seems lost.
With any luck I'll have figured out the hard part (importing a module in Node.js) and we only have local-first SQLite distributed systems the rest of the way. Smooth sailing. Next session is this friday as I keep working with Electric SQL :) First session was good fun.
https://youtube.com/live/y71uOUPXioA?feature=share
#myelixirstatus #elixir #sqlite
Live stream poking around with Electric SQL in about 3 hours. Sqlite replication under Elixir with a sidecar is probably first. So many databases :D
It's a great joy to get to do occasional open source work for hire. Even better when done in the open.
Thanks to the Electric SQL folks there will be a livestream on Tuesday the 21st and another one Friday the 24th.
Link is here:
https://youtube.com/live/uGNgAiLj0SM?feature=share
Electric SQL syncs SQLite and Postgres using the BEAM. You bet I'll make it do Elixir.
#elixir #erlang #sql #sqlite #postgresql
Here's a little script for downloading #podcasts, transcribing them using #whisper, and loading everything into a #sqlite database: https://gist.github.com/dbreunig/8838ca3aa079a3aa702009114923e603
A Checklist for #SQLite
I just want to run a #SlimPHP site in a #serverless instance. Is that possible? #Vercel is having problems (their non-official runtime has an out of date #sqlite build)... fly.io seems promising. What else is out there?
Just discovered an old blog post by @ongardie about how to put a #SQLite database in Git and still get useful diffs — neat! https://ongardie.net/blog/sqlite-in-git/
So on Samsung Android devices, there are few of their system apps that keep detailed logs of app usage, times, and lists all deleted apps in SQLite databases.
Samsung Context Log:
📦com.samsung.android.providers.context →🗃️Archive
Samsung Smart Manager:
📦com.samsung.android.sm.policy →🗃️Archive
Samsung Members:
📦com.samsung.oh →🗃️Archive
#InfoSec #DFIR #Forensics #Samsung #Android #Privacy #Tracking #SQL #SQLite #adb #CatSalad
I finally updated the first article on web maps with Django and SpatiaLite (SQLite) that I wrote in 2020. I tested the guide with Python 3.11, Django 4.1 and Ubuntu 22.10 and made some small improvements. ✨
I hope you find it interesting. 🤞
Any feedback is welcome. ✅
Happy reading. 👍
https://www.paulox.net/2020/12/08/maps-with-django-part-1-geodjango-spatialite-and-leaflet/
#Python #Django #Map #SpatiaLite #SQLite #GeoDjango #GIS #Leaflet #Javascript
@noamross
I was a bit slow to realize, but I think tad by @antony might just check all boxes.
https://www.tadviewer.com/
https://github.com/antonycourtney/tad/
#csv, #parquet, #sqlite, #duckdb, #GUI
I wrote down my #SvelteKit with #SQLite video into a blogpost: https://hartenfeller.dev/blog/sveltekit-with-sqlite
has anyone noticed recently on #google that the same results are coming up multiple times? For example, I queried #sqlite and am seeing multiple listings (not ads) for #SQLiteStudio (sqlitestudio.pl)?
So anyway, back to the question of #SQLite and #email. Do any of you know of a current mail client OTHER than #vivaldi that stores its data in SQLite? (or even a similar local, but open DB)
I'm kinda bewildered that this isn't the standard way of doing things.
Why do so many futz with flat files when the could use a DB & get free full-text search along the way?
Wrangling message threading IS hard, but i don't think storing things as flat files helps make that easier.
I made a small tutorial on how to add Authentication and Authorization to #SvelteKit 1 with #SQLite. Includes a small users table with hashed passwords, sessions with cookies and using session info with svelte hooks and locals.
anyone played around with #DBBrowserForSQLite creators' #DBHub (dbhub.io)?
Not much documentation, but it seems to provide a github like service for data (in #sqlite #databases).
So far, I like it...rough around the edges, but dang, I love version controlling my db's!