From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.devel Subject: Re: [NonGNU ELPA] New package: sqlite3 Date: Sat, 04 Mar 2023 11:39:11 +0000 Message-ID: <87mt4swxsw.fsf@posteo.net> References: <87cz5o6csk.fsf@bernoul.li> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28853"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Jonas Bernoulli Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Mar 04 12:40:00 2023 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 1pYQF6-0007IK-3Y for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Mar 2023 12:40:00 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pYQET-0001tV-UY; Sat, 04 Mar 2023 06:39:21 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pYQER-0001tE-Ia for emacs-devel@gnu.org; Sat, 04 Mar 2023 06:39:19 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pYQEP-0007rq-HU for emacs-devel@gnu.org; Sat, 04 Mar 2023 06:39:19 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id A113A24018F for ; Sat, 4 Mar 2023 12:39:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1677929953; bh=ZFUSon6z1f9c0182RNlU5/kJne+Im6HIbKGnotPalUI=; h=From:To:Cc:Subject:Date:From; b=aNG1knn8T3HcZvpdINYwile0+kHW8SjRZtXTv28BseGS+gI4YQjBxXcTnmBcP6abi MdPhJSGpZY9e5p/6IM1jiCSzGwN13v+8PqQmcfmFvxxhLYwMevIjsPQgD8k4S2Ir0n 4EHm7I+GKDaiKzbPrDxxDC3/lsgXF0DCzyAewiSPWhIT2Zba8RvriElemOJJBP5TV5 cN5N77TLvNMfY1OmhZyBsGrRc34yhfu1G+UJ8TwX92E0x1MMdmgjREYUFP+dQNSIF7 7SVdpCQBr5+sLGswI51ww6g8MEBhDbIc/zVwwEATSmjJ5j94crQ8MAcMnw30AScPiT K1SsemvYxK23w== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PTNCh74QNz6tqj; Sat, 4 Mar 2023 12:39:11 +0100 (CET) In-Reply-To: <87cz5o6csk.fsf@bernoul.li> (Jonas Bernoulli's message of "Sat, 04 Mar 2023 11:17:31 +0100") Received-SPF: pass client-ip=185.67.36.65; envelope-from=philipk@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:303943 Archived-At: Jonas Bernoulli writes: > Sqlite3 provides a module for SQLite. It comes with the Elisp library > necessary for the metadata and to compile the module on first use. > > The new SQLite support in Emacs 29 was inspired by this module. > > I have contacted the author and he agrees with adding his package here. > > The motivation for adding this package now is that the next EmacSQL > release is going to depend on it. EmacSQL is already on NonGNU-devel > ELPA, but the upcoming 4.0.0 will be the first release available from > the stable channel. > > This EmacSQL release adds two new back-ends, one using the new builtin > SQLite support, and the other using this module. The back-end using > builtin support is preferred but requires Emacs 29, compiled with SQLite > support. If that is not available, the module back-end should be used. > The old back-end, which uses a custom SQLite binary, remains but should > only be used if all other options are exhausted. > > If there are no objections or questions, I will add this in a few days. Do you have a link to the package you are talking about? > Cheers, > Jonas -- Philip Kaludercic