Open KnowledgeGarden opened 4 years ago
https://www.sqlite.org/lang.html no joins. Wonder what other sql db besides e.g. postgres is around. Do we need joins?
Started on this one today.
Have a driver shelled in. It compiles and runs. This task must be completed before being able to easily delete a journal entry, which can require a lot of surgery if it has wikilinks.
Right now, the platform, as a prototype, will not scale; it's running on NeDB, a simple local version of Mongo; it cannot do full text search even though the instructions suggest that's possible. SQLite is used in a number of similar projects such as Zotero, and appears easy to drop in there. That requires a bootstrap function which maps the old NeDB JSON files to SQLite tables.
In a sense, this is a prelude to other backsides for future work.