emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql f751edcf81 3/4: Restore a transitional emacsql-sql


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql f751edcf81 3/4: Restore a transitional emacsql-sqlite-common.el
Date: Sun, 17 Nov 2024 12:59:56 -0500 (EST)

branch: elpa/emacsql
commit f751edcf8110df56a3c7f221818024a7d4b5be90
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Restore a transitional emacsql-sqlite-common.el
---
 emacsql-sqlite-common.el | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/emacsql-sqlite-common.el b/emacsql-sqlite-common.el
new file mode 100644
index 0000000000..129d1401bc
--- /dev/null
+++ b/emacsql-sqlite-common.el
@@ -0,0 +1,22 @@
+;;; emacsql-sqlite-common.el --- Transitional library that should not be 
loaded  -*- lexical-binding:t -*-
+
+;; This is free and unencumbered software released into the public domain.
+
+;; Author: Jonas Bernoulli <emacs.emacsql@jonas.bernoulli.dev>
+;; Maintainer: Jonas Bernoulli <emacs.emacsql@jonas.bernoulli.dev>
+
+;; SPDX-License-Identifier: Unlicense
+
+;;; Commentary:
+
+;; Transitional library that should not be loaded.  If your package still
+;; requires this library, change it to require `emacsql-sqlite' instead.
+
+;;; Code:
+
+(require 'emacsql-sqlite)
+
+(provide 'emacsql-sqlite-common)
+
+;;; emacsql-sqlite-common.el ends here
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]