mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#sqlite

3 Beiträge3 Beteiligte0 Beiträge heute
Guillaume Tronix :nix: :emacs: :linux:<p>Tuta introduces smarter email search and a new calendar widget on iOS</p><p>The search function now enables partial word searches, accompanied by a refreshed interface that highlights search terms for quicker identification. Tuta has rolled out a series of updates to its privacy-focusedemailandcalendarservices.</p><p><a href="https://alternativeto.net/news/2025/6/tuta-introduces-smarter-email-search-and-a-new-calendar-widget-on-ios/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">alternativeto.net/news/2025/6/</span><span class="invisible">tuta-introduces-smarter-email-search-and-a-new-calendar-widget-on-ios/</span></a></p><p><a href="https://infosec.exchange/tags/Privacy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Privacy</span></a> <a href="https://infosec.exchange/tags/SQLite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLite</span></a></p>
Hacker News<p>SQLite Date and Time Functions (2007)</p><p><a href="https://www2.sqlite.org/cvstrac/wiki?p=DateAndTimeFunctions" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">www2.sqlite.org/cvstrac/wiki?p</span><span class="invisible">=DateAndTimeFunctions</span></a></p><p><a href="https://mastodon.social/tags/HackerNews" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HackerNews</span></a> <a href="https://mastodon.social/tags/SQLite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLite</span></a> <a href="https://mastodon.social/tags/Date" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Date</span></a> <a href="https://mastodon.social/tags/and" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>and</span></a> <a href="https://mastodon.social/tags/Time" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Time</span></a> <a href="https://mastodon.social/tags/Functions" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Functions</span></a> #2007 <a href="https://mastodon.social/tags/SQLite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLite</span></a> <a href="https://mastodon.social/tags/Functions" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Functions</span></a> <a href="https://mastodon.social/tags/Database" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Database</span></a> <a href="https://mastodon.social/tags/Development" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Development</span></a> <a href="https://mastodon.social/tags/Programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programming</span></a></p>
PermaI added search functionality to my blog using fts5 of sqlite. <br><br><a class="hashtag" href="https://genserver.social/tag/blog" rel="nofollow noopener" target="_blank">#blog</a> <a class="hashtag" href="https://genserver.social/tag/sqlite" rel="nofollow noopener" target="_blank">#sqlite</a> <br><a href="https://theleafslug.com/entries/search" rel="nofollow noopener" target="_blank">https://theleafslug.com/entries/search</a>
James Seconde<p>It's SQLite o'clock! Check out Prisma ORM to write webhooks to my new favourite way of persisting data!</p><p><a href="https://developer.vonage.com/en/blog/the-return-of-sqlite" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">developer.vonage.com/en/blog/t</span><span class="invisible">he-return-of-sqlite</span></a></p><p><a href="https://phpc.social/tags/typescript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>typescript</span></a> <a href="https://phpc.social/tags/javascript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>javascript</span></a> <a href="https://phpc.social/tags/sqlite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sqlite</span></a></p>
KungFuDiscoMonkey<p>Yesterday continued my <a href="https://social.tsun.co/tags/rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rust</span></a> <a href="https://social.tsun.co/tags/sqlite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sqlite</span></a> table, so that a definition like `CREATE TABLE x(path,title,slug,tags,excerpt,extra,content,metadata)` referenced the correct frontmatter fields.<br>- path is the path to the file<br>- slug will have a default value generated but can be overridden in the front matter<br>- metadata is the full frontmatter as a dict<br>and so on</p><p>Today I'm going to do some integration testing with <a href="https://social.tsun.co/tags/django" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>django</span></a> to see if I can get my hugo repo to show up as a django model.</p>
KungFuDiscoMonkey<p>Today's progress on my <a href="https://social.tsun.co/tags/rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rust</span></a> based <a href="https://social.tsun.co/tags/sqlite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sqlite</span></a> virtualtable</p><p>```<br>CREATE VIRTUAL TABLE temp.blog USING markdowndb(<br> schema='CREATE TABLE x(path, content)',<br> path='content/blog'<br>);<br>SELECT * FROM blog;</p><p>path content <br>-----<br>./content/blog/two.markdown Post body for two <br>./content/blog/one.markdown Post body for one. <br>```</p>
Orhun Parmaksız 👾<p>Found another TUI for your sysadmin toolbox 🔥</p><p>🛢️**jdbrowser** — A terminal SQLite database browser.</p><p>💯 Supports displaying tables, copying to clipboard &amp; more!</p><p>🦀 Written in Rust &amp; built with <span class="h-card" translate="no"><a href="https://fosstodon.org/@ratatui_rs" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>ratatui_rs</span></a></span></p><p>⭐ GitHub: <a href="https://github.com/Jkeyuk/JDbrowser" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/Jkeyuk/JDbrowser</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/rustlang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rustlang</span></a> <a href="https://fosstodon.org/tags/ratatui" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ratatui</span></a> <a href="https://fosstodon.org/tags/tui" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tui</span></a> <a href="https://fosstodon.org/tags/database" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>database</span></a> <a href="https://fosstodon.org/tags/browser" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>browser</span></a> <a href="https://fosstodon.org/tags/sqlite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sqlite</span></a> <a href="https://fosstodon.org/tags/terminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>terminal</span></a> <a href="https://fosstodon.org/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a></p>
KungFuDiscoMonkey<p>Current status</p><p>```<br>Parsing statement: CREATE TABLE x(a,b,c)<br>Columns: ["a", "b", "c"]<br>```</p><p>Working on my <a href="https://social.tsun.co/tags/sqlite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sqlite</span></a> virtual table in <a href="https://social.tsun.co/tags/rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rust</span></a> <br>sqlite only seems to keep track of the column ids, so I need a way to map the names to ids for later when I'm dealing with named fields.</p><p>Using sqlite3-parser and rusqlite crates</p>
Pragmatic Bookshelf 📚<p>Thrilled to offer our newest distribution title: Northwind Elixir Traders by Isaak Tsalicoglou</p><p>Not your typical programming tutorial. This immersive, project-based adventure reimagines the classic Northwind database, guiding you through Ecto’s migrations, changesets, and queries to model data with real-world edge. </p><p><a href="https://pragprog.com/titles/d-itnet?utm_source=m" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">pragprog.com/titles/d-itnet?ut</span><span class="invisible">m_source=m</span></a><br><a href="https://techhub.social/tags/Ecto" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Ecto</span></a> <a href="https://techhub.social/tags/ElixirLang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ElixirLang</span></a> <a href="https://techhub.social/tags/Elixir" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Elixir</span></a> <a href="https://techhub.social/tags/SQLite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLite</span></a></p>
Howard Chu @ Symas<p>An overview of <a href="https://mastodon.social/tags/LumoSQL" class="mention hashtag" rel="nofollow noopener" 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" target="_blank">#<span>SQLite</span></a>'s b+tree code with <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a> <a href="https://www.xugj520.cn/en/archives/lumosql-sqlite-enhancement-database.html?amp=1" rel="nofollow noopener" 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" 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" 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" target="_blank">#<span>python</span></a> <a href="https://mastodon.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a> <a href="https://mastodon.social/tags/sqlite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sqlite</span></a> <a href="https://mastodon.social/tags/PostgreSQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PostgreSQL</span></a></p>
Curated Hacker News<p>Test Postgres in Python Like SQLite</p><p><a href="https://github.com/wey-gu/py-pglite" rel="nofollow noopener" 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/github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>github</span></a> <a href="https://mastodon.social/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> <a href="https://mastodon.social/tags/sqlite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sqlite</span></a></p>
Hacker News<p>Test Postgres in Python Like SQLite</p><p><a href="https://github.com/wey-gu/py-pglite" rel="nofollow noopener" 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/HackerNews" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HackerNews</span></a> <a href="https://mastodon.social/tags/TestPostgres" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TestPostgres</span></a> <a href="https://mastodon.social/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> <a href="https://mastodon.social/tags/SQLite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLite</span></a> <a href="https://mastodon.social/tags/pyPglite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pyPglite</span></a> <a href="https://mastodon.social/tags/DatabaseTesting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DatabaseTesting</span></a></p>
The gallant knight<p>Hat hier jemand Erfahrungen mit selbstgehosteten Alternativen zu <a href="https://nrw.social/tags/pocket" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pocket</span></a>? Ich bevorzuge Lösungen, die mit einer einfachen DB auskommen, <a href="https://nrw.social/tags/sqlite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sqlite</span></a> / <a href="https://nrw.social/tags/postgres" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>postgres</span></a>, nicht in Python geschrieben sind und entweder als binary daherkommen oder unter <a href="https://nrw.social/tags/node" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>node</span></a> / <a href="https://nrw.social/tags/deno" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>deno</span></a> laufen. Idealerweise kann ich meine pocket-Daten importieren.<br><a href="https://nrw.social/tags/fedihelp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fedihelp</span></a> <a href="https://nrw.social/tags/selfhosting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>selfhosting</span></a> <a href="https://nrw.social/tags/bookmarks" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bookmarks</span></a></p>
Neustradamus :xmpp: :linux:<p><a href="https://mastodon.social/tags/Roundcube" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Roundcube</span></a> 1.5.10 (<a href="https://mastodon.social/tags/LTS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LTS</span></a>) has been released (<a href="https://mastodon.social/tags/Webmail" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Webmail</span></a> / <a href="https://mastodon.social/tags/Mail" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mail</span></a> / <a href="https://mastodon.social/tags/IMAP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IMAP</span></a> / <a href="https://mastodon.social/tags/SMTP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SMTP</span></a> / <a href="https://mastodon.social/tags/LDAP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LDAP</span></a> / <a href="https://mastodon.social/tags/Managesieve" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Managesieve</span></a> / <a href="https://mastodon.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a> / <a href="https://mastodon.social/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a> / <a href="https://mastodon.social/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> / <a href="https://mastodon.social/tags/PostgreSQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PostgreSQL</span></a> / <a href="https://mastodon.social/tags/SQLite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLite</span></a> / <a href="https://mastodon.social/tags/OracleDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OracleDB</span></a> / <a href="https://mastodon.social/tags/MSSQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MSSQL</span></a> / <a href="https://mastodon.social/tags/LongTermSupport" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LongTermSupport</span></a>) <a href="https://roundcube.net/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">roundcube.net/</span><span class="invisible"></span></a></p>
Neustradamus :xmpp: :linux:<p><a href="https://mastodon.social/tags/Roundcube" class="mention hashtag" rel="nofollow noopener" 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" target="_blank">#<span>Webmail</span></a> / <a href="https://mastodon.social/tags/Mail" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mail</span></a> / <a href="https://mastodon.social/tags/IMAP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IMAP</span></a> / <a href="https://mastodon.social/tags/SMTP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SMTP</span></a> / <a href="https://mastodon.social/tags/LDAP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LDAP</span></a> / <a href="https://mastodon.social/tags/Managesieve" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Managesieve</span></a> / <a href="https://mastodon.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a> / <a href="https://mastodon.social/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a> / <a href="https://mastodon.social/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> / <a href="https://mastodon.social/tags/PostgreSQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PostgreSQL</span></a> / <a href="https://mastodon.social/tags/SQLite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLite</span></a> / <a href="https://mastodon.social/tags/OracleDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OracleDB</span></a> / <a href="https://mastodon.social/tags/MSSQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MSSQL</span></a>) <a href="https://roundcube.net/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">roundcube.net/</span><span class="invisible"></span></a></p>
Nicd<p>So in SQLite, the `like` operator is case insensitive by default. You can turn it case sensitive with a pragma, but that pragma is deprecated and has side effects.</p><p>You might opt for `glob`, but that one does not have escape characters. So what are you supposed to do if you have user input and you need to do a case sensitive search?</p><p><a href="https://masto.ahlcode.fi/tags/SQLite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLite</span></a></p>
Guillaume Tronix :nix: :emacs: :linux:<p>OpenSUSE Tumbleweed update brings QEMU 10, KDE Plasma 6.3.5, and security upgrades</p><p>OpenSUSE Tumbleweedhas released its monthly update, now running on the Linux kernel 6.14.6.</p><p><a href="https://alternativeto.net/news/2025/6/opensuse-tumbleweed-update-brings-qemu-10-kde-plasma-6-3-5-and-security-upgrades/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">alternativeto.net/news/2025/6/</span><span class="invisible">opensuse-tumbleweed-update-brings-qemu-10-kde-plasma-6-3-5-and-security-upgrades/</span></a></p><p><a href="https://infosec.exchange/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://infosec.exchange/tags/SQLite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLite</span></a></p>
Inautilo<p><a href="https://mastodon.social/tags/Development" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Development</span></a> <a href="https://mastodon.social/tags/Anniversaries" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Anniversaries</span></a><br>25 years ago, Richard Hipp created SQLite · Today, it's the most widely used database engine worldwide <a href="https://ilo.im/1649ea" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">ilo.im/1649ea</span><span class="invisible"></span></a></p><p>_____<br><a href="https://mastodon.social/tags/Programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programming</span></a> <a href="https://mastodon.social/tags/Coding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Coding</span></a> <a href="https://mastodon.social/tags/Database" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Database</span></a> <a href="https://mastodon.social/tags/DatabaseEngine" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DatabaseEngine</span></a> <a href="https://mastodon.social/tags/SQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQL</span></a> <a href="https://mastodon.social/tags/SQLite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLite</span></a> <a href="https://mastodon.social/tags/WebDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebDev</span></a> <a href="https://mastodon.social/tags/Backend" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Backend</span></a></p>
tlohde<p>I want to make my partner a simple database (~3 tables, i think), because I think that's the "right" thing to use (as opposed to excel / google sheets). But, I've never had to create a database thingy before.</p><p>Seeing this as an opportunity to learn some <a href="https://fediscience.org/tags/DuckDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DuckDB</span></a> or <a href="https://fediscience.org/tags/SQLite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLite</span></a>.</p><p>Seeking <a href="https://fediscience.org/tags/recommendations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>recommendations</span></a> for a simple (GUI) interface for interacting with the tables.</p><p><a href="https://fediscience.org/tags/LibreOffice" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LibreOffice</span></a> Base or something else?</p><p><a href="https://fediscience.org/tags/suggestions" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>suggestions</span></a> welcome<br><a href="https://fediscience.org/tags/database" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>database</span></a> <a href="https://fediscience.org/tags/db" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>db</span></a> <a href="https://fediscience.org/tags/help" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>help</span></a></p>