Accessing databases directly from TiddlyWiki (i.e. JavaScript) is likely
gonna be tricky. At the very least, it will require some special module
to expose the respective functionality to JavaScript (e.g. a browser
extension, or a server providing an HTTP API).
Of course the best idea would be a layered approach where you can swap
the underlying storage system (use as the data store) and import export
and dynamically load from it.
FWIW, that's pretty much how TiddlyWeb works. Its SQL store uses a
generic wrapper (SQLAlchemy) which supports a variety of database engines:
http://www.sqlalchemy.org/docs/reference/dialects/index.html
http://www.sqlalchemy.org/trac/wiki/DatabaseNotes#MicrosoftAccess
So both OpenOffice and MS Access could be used to view data held in a
database managed by TiddlyWeb.
-- F.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywikidev?hl=en.