From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: xenodasein--- via "Emacs development discussions." Newsgroups: gmane.emacs.devel Subject: Re: sqlite3 Date: Wed, 22 Dec 2021 13:11:36 +0100 (CET) Message-ID: Reply-To: xenodasein@tutanota.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23125"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 22 13:15:01 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 1n00WL-0005o2-5x for ged-emacs-devel@m.gmane-mx.org; Wed, 22 Dec 2021 13:15:01 +0100 Original-Received: from localhost ([::1]:53426 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n00WJ-0006w0-T4 for ged-emacs-devel@m.gmane-mx.org; Wed, 22 Dec 2021 07:14:59 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:40630) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n00T9-0004wT-1x for emacs-devel@gnu.org; Wed, 22 Dec 2021 07:11:43 -0500 Original-Received: from w1.tutanota.de ([81.3.6.162]:54242) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n00T6-0003zi-R0 for emacs-devel@gnu.org; Wed, 22 Dec 2021 07:11:42 -0500 Original-Received: from w3.tutanota.de (unknown [192.168.1.164]) by w1.tutanota.de (Postfix) with ESMTP id E1D20FBF57A for ; Wed, 22 Dec 2021 12:11:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1640175096; s=s1; d=tutanota.de; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=i6vzHmUMrephMF33I1V9GM4EZFdfmSPJPsDaKWIadEk=; b=UiC3K1FTfo2ATIjF3kcbEYDPncdlP78XwPz16J3uYOjl87DU/J5rZ+rmyz18I8cJ HVMmkForVYcRmYwDSBbicIbKZ2GsClhD0MWKn6PbRsN+iUULm7UUvI+PPezDd1OB+I6 WRxvrolBojJvOVZbccPBHvtPoga+jWec/y/7QQFNNBTn1NHH1MTvdeVMoByPN8r8sXy eAI1uyMZ8BmOo0yuhrJHsC63OpznpVoVvD2t3D70CdSdqeh24OwrPbhvdjRrmKDpUzv SzfU145yMHWJ8IoDPmeunJIWFkEAKVwi3ZaeLAxXQRJ2kY6qa0DO+U4zXswbqUV1ivm bbGo/bPFTQ== Received-SPF: pass client-ip=81.3.6.162; envelope-from=xenodasein@tutanota.de; helo=w1.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:282713 Archived-At: Late to the party, but here's my take anyway. Where has this feature been?=C2=A0 Although databases can be considered lux= ury software, they are the right way to do persistent storage if available. They are rigorously researched and ubiquitous for a reason.=C2=A0 "It it is mostly automated but I still sometimes edit the data file manually" is not a healthy habit.=C2=A0 There exists of course configuration files that = are meant to be edited manually, but I wouldn't call them persistent storage. I just hope SQLite's passive-aggressive licensing won't crush our dreams.