emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [PATCH] ob-sqlite: Use a transient in-memory database by default


From: Max Nikulin
Subject: Re: [PATCH] ob-sqlite: Use a transient in-memory database by default
Date: Wed, 3 May 2023 22:12:25 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 03/05/2023 19:59, Rudolf Adamkovič wrote:
+++ b/etc/ORG-NEWS

Thank you for the patch.

  ** New features
+*** Make =ob-sqlite= use in-database by default
------------------------------^
Looks like a typo

+++ b/lisp/ob-sqlite.el
...> -       (db (cdr (assq :db params)))
+       (db (or (cdr (assq :db params)) ":memory:"))

I am unsure what is better, to add a fallback here or to add :db ":memory" to the org-babel-default-header-args:sqlite variable.

+  "Test in-file permanency."

Maybe persistence?




reply via email to

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