summaryrefslogtreecommitdiff
path: root/src/content/blog/2020/08/31/database-i-with-i-had.adoc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-03-31 21:51:40 -0300
committerEuAndreh <eu@euandre.org>2025-03-31 21:51:40 -0300
commit570ec471d1605318aeefb030cd78682ae442235b (patch)
tree51e17eabe37c6689f8799b55e6875c3480329a2c /src/content/blog/2020/08/31/database-i-with-i-had.adoc
parentMakefile, mkdeps.sh: Derive index.html and feed.xml from more static "sortdat... (diff)
downloadeuandre.org-570ec471d1605318aeefb030cd78682ae442235b.tar.gz
euandre.org-570ec471d1605318aeefb030cd78682ae442235b.tar.xz
src/content/: Update all files left to asciidoc
Diffstat (limited to 'src/content/blog/2020/08/31/database-i-with-i-had.adoc')
-rw-r--r--src/content/blog/2020/08/31/database-i-with-i-had.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/blog/2020/08/31/database-i-with-i-had.adoc b/src/content/blog/2020/08/31/database-i-with-i-had.adoc
index fdcb56c..7533c8a 100644
--- a/src/content/blog/2020/08/31/database-i-with-i-had.adoc
+++ b/src/content/blog/2020/08/31/database-i-with-i-had.adoc
@@ -62,8 +62,8 @@ the source of truth, and allow the application to work on top of it.
{sqlite}[*SQLite*] is a great example of that: it is a very powerful relational
database that runs {sqlite-whentouse}[almost anywhere]. What I miss from it
that SQLite doesn't provide is the ability to run it on the browser: even though
-you could compile it to WebAssembly, [line-through]*it assumes a POSIX
-filesystem that would have to be emulated*[multiblock footnote omitted].
+you could compile it to WebAssembly, [line-through]#it assumes a POSIX
+filesystem that would have to be emulated#[multiblock footnote omitted FIXME].
{pouchdb}[*PouchDB*] is another great example: it's a full reimplementation of
{couchdb}[CouchDB] that targets JavaScript environments, mainly the browser and