El lunes, 1 de agosto de 2016, 16:49:11 (UTC+2), ParisWiki escribió: > > Thank you for your explanations. >
You are welcome. > > For me, any database contains records, each record with (pre?) defined > fields. > > I saw that the database name is defined when loading the wiki. But how and > where do I declare the type of records and the various fields for this > database ? > > What can constitute a record : A tiddler, a specific field of some > identifed tiddlers (thru tags or listing) or a new "entity" that needs to > be specified ? > You are thinking about a classical or "relational" database. But NoteSelf implements a non relational database. This has many implications, the main one is that no structure is required. Each "row" on the database is a document that can have any arbitrary number of fields and any structure. Tiddlywiki follows the same principle, each tiddler can have as many fields as you want, the only mandatory field is the title, the others are optional. So each tiddler is saved as a single entry on the database Tiddler => database record No matter the structure of the tiddler or the size. > > And where is kept this database ? Within the TiddlyWiki as other data > files already possible, or in a specific file on the computer ? > The database is stored inside the browser. Modern browsers allow you to store data within it, like a virtual system running inside your computer. There is where the database lives. > > So I am really missing some exemples, since I think that an external > database that could be acessed by one (or more?) tiddywiki would be a real > plus for this already fantastic piece of software ! > The external database is an additional option that you can use to synchronise your database across several browsers. Something like dropbox, you keep a local copy of your files, which replicates to dropbox servers which in turn synchronises to your other computers running your dropbox client. So you have a local copy of your tiddlers inside your browser, than can be synchronised to an external database which can be synchronized to any other client that has access to the same server. If you have more doubts, please ask! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/50dac8e0-48df-4e45-a2b6-300b216b9f77%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

