aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/general/data-stores.texi
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-13 00:54:04 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-13 00:54:04 +0200
commitb7cfbd886e35b227f09bd07db8989115a084b084 (patch)
treec3985d1f805f30d027f55c1b4b1d1f2815aeb4ec /doc/ref/general/data-stores.texi
parentRepair texinfo files after merge. (diff)
downloadcalp-b7cfbd886e35b227f09bd07db8989115a084b084.tar.gz
calp-b7cfbd886e35b227f09bd07db8989115a084b084.tar.xz
Move around info nodes.
Diffstat (limited to 'doc/ref/general/data-stores.texi')
-rw-r--r--doc/ref/general/data-stores.texi36
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/ref/general/data-stores.texi b/doc/ref/general/data-stores.texi
deleted file mode 100644
index ec3962da..00000000
--- a/doc/ref/general/data-stores.texi
+++ /dev/null
@@ -1,36 +0,0 @@
-@node Data Stores
-@section Data Stores
-Data stores are persistant stores for events, such as databases or the
-file system. Each data store can support any number of data formats,
-but which is an implementation detail of that format and shouldn't be
-needed information from the high level view.
-@footnote{It is however important for interoperability with other programs}.
-
-@c (make <calendar-store> #:path ``hello'')
-
-@defun path store
-@end defun
-
-@deftp {GOOPS method} get-calendar this
-Returns a vcomponent object of type @code{VCALENDAR}. Should contain
-all @code{VEVENT} components of this calendar.
-@end deftp
-
-@deftp {GOOPS method} get-by-uid this uid
-Return the event object with UID equal to the string @var{uid}.
-@end deftp
-
-@deftp {GOOPS method} queue-save this event
-Queue a save event of @var{event} to the store.
-@end deftp
-
-@deftp {GOOPS method} flush this
-Force write of all queued actions.
-@end deftp
-
-@subsection VDir
-[VDIR]: http://vdirsyncer.pimutils.org/en/latest/vdir.html
-
-@subsection File
-
-@subsection SQLite