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: Wed, 15 Mar 2023 08:05:00 +0000 Message-ID: <87ttymbftf.fsf@posteo.net> References: <87cz5o6csk.fsf@bernoul.li> <87mt4swxsw.fsf@posteo.net> <875ybd7mbh.fsf@bernoul.li> <87y1nzb95o.fsf@posteo.net> <87a60fgddm.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="1404"; 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 Wed Mar 15 09:05:47 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 1pcM8p-000076-5L for ged-emacs-devel@m.gmane-mx.org; Wed, 15 Mar 2023 09:05:47 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pcM7q-0001g2-VO; Wed, 15 Mar 2023 04:04:46 -0400 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 1pcM7o-0001fO-V4 for emacs-devel@gnu.org; Wed, 15 Mar 2023 04:04:44 -0400 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 1pcM7n-0006ja-4Z for emacs-devel@gnu.org; Wed, 15 Mar 2023 04:04:44 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 5EE642403A9 for ; Wed, 15 Mar 2023 09:04:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1678867480; bh=7Av6jdNRX6DQe5tbI5OjIfYlNZu2ezJEJdr2mVEpZEc=; h=From:To:Cc:Subject:Date:From; b=NctKszHdII6qsex//GkA1yCMRt64iDxycftG2EiQGQFluoBCwP5YTdn/rwE+C5m1N VSrYL+bCLulWgfP2DmWGjcO1+PFkk8XdX5yxmGDGpTTpuYJmPNsWKiwZ9UYSCxeQPb h7a6KKpNSZLxhE7SerJj7ap/iwsQod8HhG5Idh3t/QZNUV1hv3EepVs/G1fKx3PUDD K3GUWXenXrE2eWTWV1WxYeUkf/VRFA3EnP7xitWL2mt8EPTqZxzJSv5lwD4FyCWWtd jF48WM1omwD0uWBFEvAILLdGrY+nP3cY5N+dL291ryN9L0vbAHxuzC7K7S469gYyTD +9Qz+Eorj3+Zg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Pc2x13s68z9rxD; Wed, 15 Mar 2023 09:04:37 +0100 (CET) In-Reply-To: <87a60fgddm.fsf@bernoul.li> (Jonas Bernoulli's message of "Tue, 14 Mar 2023 23:46:29 +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:304479 Archived-At: Jonas Bernoulli writes: > Philip Kaludercic writes: > >> Would you happen to know if there is some rx-like, s-expression based >> language for constructing SQL queries. I am not looking for anything >> generic, just a way to avoid writing long strings. > > Does the mentioned EmacSQL not fit bill? > > https://github.com/magit/emacsql Sorry, I missed that.