From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: sqlite3 Date: Mon, 06 Dec 2021 06:50:45 +0100 Organization: GNU Message-ID: <87mtle2sei.fsf@gnu.org> References: <87tufmjyai.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34754"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 06 06:52:23 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mu6vH-0008r2-Fj for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Dec 2021 06:52:23 +0100 Original-Received: from localhost ([::1]:54692 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mu6vG-0007ne-AH for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Dec 2021 00:52:22 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:41396) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mu6tm-00075B-U9 for emacs-devel@gnu.org; Mon, 06 Dec 2021 00:50:50 -0500 Original-Received: from [2001:470:142:3::e] (port=39124 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mu6tk-0007NM-VL; Mon, 06 Dec 2021 00:50:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=gR3NpFezQaEzU4kxJeA1wIgd2TlpSjdnDzyF0/1nYvQ=; b=b+AkpqBE62TTY5XoQwbL kA4JF4G7a5rcXnGCSANQa6R/LEOGktpBCQhJ3KjFR5QfRPsG0yEjcJqF7vw/P4EvKXkqi4yerLi4q CZuhc66wl148pYyBEGFGUmQlS5kK12ns5Ee4dfBFy4aV7h8eL4G6ixQbliXTDYASSR8HJ/vF7K/UW R/cFQo84Q6oNK0DnPu+t+VO53LszPVpzhx148VF0Jyi51EPEwrBMVxYQm5/WrFixGRZwST39feWLU pojgvLQ7emPahh3A++4h+qVJM2MJJaYt87U+blT9ijBjkjO3yM2ReoM22k32jWJbe4eIlMQ852MFf P9Brl5F8uHj3mw==; Original-Received: from [2a01:e34:ec2b:7150:c3ce:a151:297f:7606] (port=37884 helo=hal) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mu6tk-0005oC-19; Mon, 06 Dec 2021 00:50:49 -0500 Original-Received: by hal (Postfix, from userid 1000) id CE4921E0413; Mon, 6 Dec 2021 06:50:45 +0100 (CET) In-Reply-To: <87tufmjyai.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 06 Dec 2021 02:51:33 +0100") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:281057 Archived-At: Hi Lars, Lars Ingebrigtsen writes: > I.e., what Emacs needs is a persistent key/value store, and this would > give us that. I for one would love to see this. I have two specific Org features in mind: migrating Org logging abilities from in-org-file storage to a proper persistent storage and storing backlinks for a set of files (say, agenda files). Thanks for bringing this up! -- Bastien