This demo loads a
compressed sqlite database
and runs sqlite on your browser using
sql.js
. Enable javascript if you must, and proceed.
SQL tables
Navigation history
execute SQL
select d.*, group_concat(m.data) as tags from TextMetadata as m, DocumentHasTextMetadata as has, Documents as d where has.document_uuid = d.uuid and has.metadata_uuid = m.uuid and has.name = 'tag' group by d.uuid;
submit
SQL results
Documents
Notes
0
notes
«
previous set of pages
page
1
page
2
page
3
page
4
next set of pages
»
2000 per page
Loading:
0%
Note
backreflinks