mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

664
comptes actifs

#sqlite

5 messages5 participants1 message aujourd’hui
Chris Trott<p>New blog post: Caveats Using Read-only SQLite Databases from the App Bundle</p><p><a href="https://twocentstudios.com/2025/06/07/sql-databases-bundle/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">twocentstudios.com/2025/06/07/</span><span class="invisible">sql-databases-bundle/</span></a></p><p>A quick debugging story where I learned some new things about SQLite's journal mode while building an database export/import feature for Eki Live.</p><p>TLDR:</p><p>- Journal mode is embedded in the sqlite database file itself.<br>- The&nbsp;`backup`&nbsp;command changes the journal mode of the target database to match the source database.<br>- Check the journal mode of a database with&nbsp;`sqlite3 db.sqlite "PRAGMA journal_mode;"`.<br>- Change the journal mode of a database with&nbsp;`sqlite3 db.sqlite "PRAGMA journal_mode=DELETE;"`.</p><p><a href="https://hachyderm.io/tags/sqlite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sqlite</span></a> <a href="https://hachyderm.io/tags/grdb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>grdb</span></a></p>
Howard Chu @ Symas<p>An overview of <a href="https://mastodon.social/tags/LumoSQL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LumoSQL</span></a> - the successor to SQLightning, which replaced <a href="https://mastodon.social/tags/SQLite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SQLite</span></a>'s b+tree code with <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LMDB</span></a> <a href="https://www.xugj520.cn/en/archives/lumosql-sqlite-enhancement-database.html?amp=1" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">xugj520.cn/en/archives/lumosql</span><span class="invisible">-sqlite-enhancement-database.html?amp=1</span></a></p>
nixCraft 🐧<p>Test Postgres in Python Like SQLite : A <a href="https://mastodon.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> testing library that provides seamless integration between PGlite and Python test suites. Get the full power of PostgreSQL in your tests without the overhead of a full PostgreSQL installation.</p><p><a href="https://github.com/wey-gu/py-pglite" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/wey-gu/py-pglite</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://mastodon.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> <a href="https://mastodon.social/tags/sqlite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sqlite</span></a> <a href="https://mastodon.social/tags/PostgreSQL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PostgreSQL</span></a></p>
Neustradamus :xmpp: :linux:<p><a href="https://mastodon.social/tags/Roundcube" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Roundcube</span></a> 1.6.11 (stable) has been released (<a href="https://mastodon.social/tags/Webmail" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Webmail</span></a> / <a href="https://mastodon.social/tags/Mail" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Mail</span></a> / <a href="https://mastodon.social/tags/IMAP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IMAP</span></a> / <a href="https://mastodon.social/tags/SMTP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SMTP</span></a> / <a href="https://mastodon.social/tags/LDAP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LDAP</span></a> / <a href="https://mastodon.social/tags/Managesieve" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Managesieve</span></a> / <a href="https://mastodon.social/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a> / <a href="https://mastodon.social/tags/MariaDB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MariaDB</span></a> / <a href="https://mastodon.social/tags/MySQL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MySQL</span></a> / <a href="https://mastodon.social/tags/PostgreSQL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PostgreSQL</span></a> / <a href="https://mastodon.social/tags/SQLite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SQLite</span></a> / <a href="https://mastodon.social/tags/OracleDB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OracleDB</span></a> / <a href="https://mastodon.social/tags/MSSQL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MSSQL</span></a>) <a href="https://roundcube.net/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">roundcube.net/</span><span class="invisible"></span></a></p>
Ben Barnett<p>I'm looking for people to try out a new version of Base, my SQLite editor for macOS.</p><p>If you'd like to give it a go, send me a private message with your email address (only used for TestFlight, no junk). </p><p>Boosts appreciated.</p><p><a href="https://mastodon.social/tags/macosdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macosdev</span></a> <a href="https://mastodon.social/tags/macos" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macos</span></a> <a href="https://mastodon.social/tags/TestFlight" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TestFlight</span></a> <a href="https://mastodon.social/tags/sqlite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sqlite</span></a></p>
Alejandro Baez<p>And <a href="https://fosstodon.org/tags/duckdb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>duckdb</span></a> continues to be my everything analytics thing. 😅 <a href="https://fosstodon.org/tags/ducklake" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ducklake</span></a> simply cements this. Basically use <a href="https://fosstodon.org/tags/sqlite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sqlite</span></a>, <a href="https://fosstodon.org/tags/duckdb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>duckdb</span></a>, or <a href="https://fosstodon.org/tags/postgres" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>postgres</span></a>. 😏</p><p>If I need more, I have to think REAL hard what I can't accomplish with sharding. 😁</p><p><a href="https://duckdb.org/2025/05/27/ducklake.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">duckdb.org/2025/05/27/ducklake</span><span class="invisible">.html</span></a></p>
Scott<p>First post might as well be my pinned post! A link to my web projects and a blog, which is mostly about webdev and gaming.</p><p><a href="https://scott.itsasite.uk" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">scott.itsasite.uk</span><span class="invisible"></span></a></p><p>I discovered Mastodon though editing my profile on Itch.io lol. Now I can fill in that field, yay xD.</p><p><a href="https://mastodon.social/tags/WebDev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDev</span></a> <a href="https://mastodon.social/tags/SoloDev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SoloDev</span></a> <a href="https://mastodon.social/tags/GameDev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GameDev</span></a> <a href="https://mastodon.social/tags/HobbyDev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HobbyDev</span></a> <a href="https://mastodon.social/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.social/tags/Blogging" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Blogging</span></a> <a href="https://mastodon.social/tags/Blog" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Blog</span></a> <a href="https://mastodon.social/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a> <a href="https://mastodon.social/tags/SQL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SQL</span></a> <a href="https://mastodon.social/tags/MySQL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MySQL</span></a> <a href="https://mastodon.social/tags/SQLite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SQLite</span></a></p>
TYPO3 CMS<p>Learn how to build and manage micro sites with TYPO3! The first in a two-part blog series showcasing how TYPO3 can deliver value for personal websites and smaller projects. Learn more: <a href="https://typo3.com/blog/using-typo3-for-small-projects" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">typo3.com/blog/using-typo3-for</span><span class="invisible">-small-projects</span></a> </p><p><a href="https://typo3.social/tags/typo3" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typo3</span></a> <a href="https://typo3.social/tags/SQLite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SQLite</span></a> <a href="https://typo3.social/tags/contentmanagement" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>contentmanagement</span></a> <a href="https://typo3.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> <a href="https://typo3.social/tags/typo3cms" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typo3cms</span></a></p>
Markus 🤓✨<p>Uuuh, news on the <a href="https://hachyderm.io/tags/litestream" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>litestream</span></a> front for <a href="https://hachyderm.io/tags/SQLite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SQLite</span></a>! <a href="https://fly.io/blog/litestream-revamped/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">fly.io/blog/litestream-revampe</span><span class="invisible">d/</span></a></p>
Markus 🤓✨<p>I just merged <a href="https://hachyderm.io/tags/PostgreSQL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PostgreSQL</span></a> support in my (originally only <a href="https://hachyderm.io/tags/SQLite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SQLite</span></a>) persistent message queue library for <a href="https://hachyderm.io/tags/GoLang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoLang</span></a>! 🥳</p><p>Gonna do a bit more manual testing before cutting a release, but the tests are all good.</p><p><a href="https://github.com/maragudk/goqite" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/maragudk/goqite</span><span class="invisible"></span></a></p>
Henrik Schönemann<p>Heya lovely people 👋<br>For <a href="https://fedihum.org/tags/SciOp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SciOp</span></a> we (<span class="h-card" translate="no"><a href="https://fedihum.org/@SafeguardingResearch" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>SafeguardingResearch</span></a></span>) are looking for dev contributions. There are a couple of bite-/morsel-sized tasks, e.g.:<br>- Make Publisher independent table <a href="https://codeberg.org/Safeguarding/sciop/issues/341" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">codeberg.org/Safeguarding/scio</span><span class="invisible">p/issues/341</span></a><br>- Improve SearchableMixin to support full text search on joined items <a href="https://codeberg.org/Safeguarding/sciop/issues/182" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">codeberg.org/Safeguarding/scio</span><span class="invisible">p/issues/182</span></a><br>- and more: <a href="https://codeberg.org/Safeguarding/sciop/projects/17078" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">codeberg.org/Safeguarding/scio</span><span class="invisible">p/projects/17078</span></a></p><p>The stack is <a href="https://fedihum.org/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> (fastapi) + htmx, <a href="https://fedihum.org/tags/sqlite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sqlite</span></a> (sqlmodel), "low-fi, standards-compliant html and almost no js"</p><p>Be a part of <a href="https://fedihum.org/tags/SafeguardingResearch" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SafeguardingResearch</span></a>, join us!</p>
Dariusz Rybicki<p>Excited to share Linkmarks – a native <a href="https://mastodon.social/tags/iOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>iOS</span></a> and <a href="https://mastodon.social/tags/macOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macOS</span></a> app I recently built with <a href="https://mastodon.social/tags/SwiftUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SwiftUI</span></a> and <a href="https://mastodon.social/tags/TCA" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TCA</span></a>! Effortlessly save and organize your web links, with <a href="https://mastodon.social/tags/SQLite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SQLite</span></a> for local storage and seamless <a href="https://mastodon.social/tags/iCloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>iCloud</span></a> sync across devices. <a href="https://mastodon.social/tags/indiedev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>indiedev</span></a> <a href="https://mastodon.social/tags/BuildInPublic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BuildInPublic</span></a> </p><p>Try it out: <a href="https://linkmarks.darrarski.pl/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">linkmarks.darrarski.pl/</span><span class="invisible"></span></a></p>
AskUbuntu<p>What is the proper setup for installing Drupal on Ubuntu 24.04 LTS? <a href="https://ubuntu.social/tags/postgresql" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>postgresql</span></a> <a href="https://ubuntu.social/tags/sqlite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sqlite</span></a> <a href="https://ubuntu.social/tags/drupal" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>drupal</span></a></p><p><a href="https://askubuntu.com/q/1547669/612" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">askubuntu.com/q/1547669/612</span><span class="invisible"></span></a></p>
VZ<p>It feels good to finally make a new <a href="https://fosstodon.org/tags/release" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>release</span></a> of another <a href="https://fosstodon.org/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> C++ library whose maintenance I've inherited: SOCI provides API for accessing different kinds of databases in the same way, see <a href="https://soci.sourceforge.net/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">soci.sourceforge.net/</span><span class="invisible"></span></a> for more information and the announcement post (in which I've managed to make a typo, of course...) at<br><a href="https://sourceforge.net/p/soci/mailman/message/59183493/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">sourceforge.net/p/soci/mailman</span><span class="invisible">/message/59183493/</span></a> for the details about the changes in the latest version.</p><p><a href="https://fosstodon.org/tags/CPlusPlus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CPlusPlus</span></a> <a href="https://fosstodon.org/tags/Database" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Database</span></a> <a href="https://fosstodon.org/tags/sqlite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sqlite</span></a> <a href="https://fosstodon.org/tags/PostgreSQL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PostgreSQL</span></a> <a href="https://fosstodon.org/tags/Firebird" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Firebird</span></a> <a href="https://fosstodon.org/tags/ODBC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ODBC</span></a> <a href="https://fosstodon.org/tags/Oracle" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Oracle</span></a></p>
David Bisset<p>Two neat <a href="https://phpc.social/tags/email" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>email</span></a> tools for email nerds:</p><p><a href="https://github.com/terhechte/postsack" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/terhechte/postsack</span><span class="invisible"></span></a><br>"Postsack" visually cluster your emails by sender, domain, etc.</p><p><a href="https://github.com/marcboeker/gmail-to-sqlite" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/marcboeker/gmail-to</span><span class="invisible">-sqlite</span></a><br>"Gmail to <a href="https://phpc.social/tags/SQLite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SQLite</span></a>" download emails from <a href="https://phpc.social/tags/Gmail" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Gmail</span></a> and stores them in a SQLite database for further analysis.</p><p><a href="https://phpc.social/tags/Rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Rust</span></a> <a href="https://phpc.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://phpc.social/tags/Webtools" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Webtools</span></a></p>
obrhoff<p>What I really liked about RealmDB is the ability to subscribe to DB change.</p><p>Whats the best way to replicate this with Swift Concurrency? AsyncStream + SQLite Triggers?<br><a href="https://mastodon.social/tags/sqlite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sqlite</span></a> <a href="https://mastodon.social/tags/swift" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>swift</span></a> <a href="https://mastodon.social/tags/iosdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>iosdev</span></a> <a href="https://mastodon.social/tags/macosdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macosdev</span></a></p>
Amᵃᵖanda 🔜 CFC<p>oh boy, `spatialite` doesn't use a geographic index? You need to do this complicated nested queries to use it?</p><p>🤯🤯🤯</p><p>Maybe I need to switch to <a href="https://en.osm.town/tags/postgis" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>postgis</span></a> <br><a href="https://en.osm.town/tags/sqlite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sqlite</span></a> <a href="https://en.osm.town/tags/gis" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gis</span></a> <a href="https://en.osm.town/tags/spatialite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spatialite</span></a></p>
Preston Maness ☭<p>Ok. Just culled ~20,000 of 25,000 <a href="https://tenforward.social/tags/tumblr" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tumblr</span></a> posts accumulated via <a href="https://tenforward.social/tags/RSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RSS</span></a> 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 <a href="https://tenforward.social/tags/thunderbird" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>thunderbird</span></a> add-on, or try some other approach. I really, really want to be able to use <a href="https://tenforward.social/tags/sql" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sql</span></a> for this stuff. It's a natural fit. But <a href="https://tenforward.social/tags/sqlite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sqlite</span></a> seems to be a no-go for <a href="https://tenforward.social/tags/WebExtensions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebExtensions</span></a>. There is only <a href="https://tenforward.social/tags/IndexedDB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IndexedDB</span></a>, which, in my limited experience with it, is absolute garbage to work with.</p>
alexanderadam<p><span class="h-card" translate="no"><a href="https://social.lansky.name/@hn50" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>hn50</span></a></span></p><p><span class="h-card" translate="no"><a href="https://ruby.social/@fractaledmind" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>fractaledmind</span></a></span> you're everywhere now if <a href="https://ruby.social/tags/SQLite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SQLite</span></a> is in the game, aren't you? 😅</p>
blaix<p>Full, working example of using sqlite with the pretty nice, full stack, gren web framework:</p><p><a href="https://github.com/blaix/prettynice/tree/main/examples/v3/database" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/blaix/prettynice/tr</span><span class="invisible">ee/main/examples/v3/database</span></a></p><p><a href="https://hachyderm.io/tags/sqlite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sqlite</span></a> <a href="https://hachyderm.io/tags/gren" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gren</span></a> <a href="https://hachyderm.io/tags/FunctionalProgramming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FunctionalProgramming</span></a></p>