Timeline for How do I open an sqlite database from elisp?
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 6, 2020 at 7:58 | history | edited | gburnett | CC BY-SA 4.0 | added 38 characters in body |
| Jun 6, 2020 at 7:56 | answer | added | db48x | timeline score: 1 | |
| Jun 6, 2020 at 7:29 | comment | added | Drew | emacs.stackexchange.com/tags/elisp/info | |
| Jun 6, 2020 at 7:29 | history | edited | Drew | edited tags | |
| Jun 6, 2020 at 7:13 | comment | added | gburnett | Yes, I'm convinced you are right. Is there another function that I should call instead? | |
| Jun 6, 2020 at 7:11 | comment | added | phils | As C-h f shows you, the signature for sql-sqlite is (sql-sqlite &optional BUFFER). I very strongly suspect that "/path/to/some/database" is not a buffer name. | |
| Jun 6, 2020 at 7:10 | comment | added | phils | You are calling it non-interactively, if you're evaluating an elisp form (sql-sqlite "/path/to/some/database"). Being an interactive function just means its also a command which can be called interactively (E.g. via M-x or a key binding). | |
| Jun 6, 2020 at 7:07 | history | asked | gburnett | CC BY-SA 4.0 |