From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Daniel Kraus Newsgroups: gmane.emacs.devel Subject: Re: sqlite library Date: Sat, 10 Dec 2022 16:14:46 +0100 Message-ID: <87cz8rffut.fsf@kraus.my> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31146"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Ag Ibragimov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 10 16:18:30 2022 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 1p41cU-0007sS-3l for ged-emacs-devel@m.gmane-mx.org; Sat, 10 Dec 2022 16:18:30 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p41bn-0003Qi-LC; Sat, 10 Dec 2022 10:17:47 -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 1p41bg-0003QF-KM for emacs-devel@gnu.org; Sat, 10 Dec 2022 10:17:44 -0500 Original-Received: from mout-p-202.mailbox.org ([80.241.56.172]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1p41be-0008OX-1P for emacs-devel@gnu.org; Sat, 10 Dec 2022 10:17:40 -0500 Original-Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4NTs2D4fCDz9sQj; Sat, 10 Dec 2022 16:17:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kraus.my; s=MBO0001; t=1670685444; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Jw4IDYQl/x3E/fCpFVv3cWZZLV/9zrlaCOVSjR/Ad4I=; b=hRR7qqug/W0eqb0KK8Tl3v336ywcV59YuCCn+ZLvqNZcgYFtV4I2/6ar0SaDrYs2pNEDD2 ssUwcS1JV2uBJvTqIyo+Wom4vxBahjJVL6WhJAV2iaVa8DNyN9Lvmw4Nbf0XP49S7vTiGt MaVPenM5etn0HW2a6/a9/dg2CEtl3aflKfJLeW1Km2TkJniMnyr1mFjYy4IUbzKTRywB+R t3zzwsRtlDZqc2dIVrAzCgELo5+eJeeHir7qdoe5so4kWwU+rPtGegA+Xx6nfmOEXay43x mllgSqomK1if0GcN+vjDCApwQu7Klwc8aaGlenIhnRgZmqWIH2cf1dXlVVKYSQ== In-reply-to: X-Rspamd-Queue-Id: 4NTs2D4fCDz9sQj Received-SPF: none client-ip=80.241.56.172; envelope-from=daniel@kraus.my; helo=mout-p-202.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=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:301113 Archived-At: Hi! Ag Ibragimov writes: > What's the best and most straightforward option here for me? > > Can you someone advise me what should I use, what should I put in > `Package-Requires:`; maybe the best would be to point to a simple > package with a similar problem? I know forge uses a defcustom to decide which connector to use with the `emacsql` package. https://github.com/magit/forge/blob/3ab86bb44073e48ff7e6e432b6b4d2af12e45295/lisp/forge-db.el#L40-L63 Maybe this helps. Cheers, Daniel