all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ishi soichi <soichi777@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: local database types for personal use
Date: Mon, 26 Dec 2011 09:42:08 +0900	[thread overview]
Message-ID: <CAEjRLuT3E+d0d-jT4HZDOh_EcBcaY9nd_Vg5MvD0iPDa5093BQ@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 646 bytes --]

Hi.  I have a question about database which can be easily used in Emacs.
Since I have little experience in developing database, I need some advice
for it.

An entry of the database will be like,

word  : meaning
         : date it's encountered
         : where (file or URL) it's encountered
         : how often it has shown up so far
         : etc.


There are various ways to implement such LOCAL database with Emacs.
For example,

hash-table
assoc
plain text
csv
splite
and maybe others.

Which method would you suggest for developing a local database like this?

Not to mention that it has to be fast for searching and organizing.

soichi

[-- Attachment #2: Type: text/html, Size: 978 bytes --]

             reply	other threads:[~2011-12-26  0:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-26  0:42 ishi soichi [this message]
2011-12-26  1:37 ` local database types for personal use Thien-Thi Nguyen
2011-12-26  1:47   ` Soichi Ishida
2011-12-26  1:57     ` Thien-Thi Nguyen
2011-12-26 19:08       ` Alan E. Davis
2012-01-22 15:51         ` Alan E. Davis
2012-01-25  6:44           ` ishi soichi
2012-01-22  1:30       ` Samuel Wales

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAEjRLuT3E+d0d-jT4HZDOh_EcBcaY9nd_Vg5MvD0iPDa5093BQ@mail.gmail.com \
    --to=soichi777@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.