From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Soichi Ishida Newsgroups: gmane.emacs.help Subject: Re: local database types for personal use Date: Mon, 26 Dec 2011 10:47:58 +0900 Message-ID: References: <87hb0oi049.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1324911572 1966 80.91.229.12 (26 Dec 2011 14:59:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Dec 2011 14:59:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Thien-Thi Nguyen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 26 15:59:24 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RfC1K-0006oV-Qh for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Dec 2011 15:59:22 +0100 Original-Received: from localhost ([::1]:43015 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RfC1K-00041u-Gh for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Dec 2011 09:59:22 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:48988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RezfW-0003lg-Qg for help-gnu-emacs@gnu.org; Sun, 25 Dec 2011 20:48:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RezfV-0001yJ-PI for help-gnu-emacs@gnu.org; Sun, 25 Dec 2011 20:48:02 -0500 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:32941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RezfV-0001y8-Ka for help-gnu-emacs@gnu.org; Sun, 25 Dec 2011 20:48:01 -0500 Original-Received: by yenq10 with SMTP id q10so7435490yen.0 for ; Sun, 25 Dec 2011 17:48:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=EX7rd32UrLAig/Wrpz4Aml4aEZcsgbokNMthYRs7Q2c=; b=fbWsPjeU1+uRzUqm/4KkL4eA5JkArKm3o7dZBrMlHxvPwMVREP+DXed65Ml0iHWAIO dJpjfG0uFZh7+3qUBPMpeBZGUtFDC/hpEtDiyEsvSxNK5Ttxi9VsEWSMNEtdp0pIP/rz Eg69SoTOu5o6kgDV3wWp7NP2uCCUcn8Ht7nB4= Original-Received: by 10.236.155.74 with SMTP id i50mr31072003yhk.23.1324864078676; Sun, 25 Dec 2011 17:47:58 -0800 (PST) Original-Received: by 10.236.161.3 with HTTP; Sun, 25 Dec 2011 17:47:58 -0800 (PST) In-Reply-To: <87hb0oi049.fsf@ambire.localdomain> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.169 X-Mailman-Approved-At: Mon, 26 Dec 2011 09:59:19 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83257 Archived-At: I have totally forgotten EBD :) What if I have more than one table? soichi 2011/12/26 Thien-Thi Nguyen : > () ishi soichi > () Mon, 26 Dec 2011 09:42:08 +0900 > > =A0 hash-table > =A0 assoc > =A0 plain text > =A0 csv > =A0 splite > =A0 and maybe others. > > =A0 Which method would you suggest for developing a local database like t= his? > > If there is just one table in this database, you might try EDB, > whose homepage is .