diff options
Diffstat (limited to 'src/content/blog/2020/08/31')
-rw-r--r-- | src/content/blog/2020/08/31/database-i-with-i-had.adoc | 4 |
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 |