Skip to main content

Questions tagged [sql]

0 votes
0 answers
24 views

I've encountered an issue where one of my Emacs registers (specifically register 'e') is being cleared shortly after ejc-sql initializes. I've narrowed down the timing to about 7 seconds after Emacs ...
Jason Hunter's user avatar
  • 1,234
0 votes
1 answer
55 views

Some context I'm querying my org-roam database, which is using the default sqlite3 format. The code I expected to work When I pass the following query to emacsql: [:select [source title nodes....
Jeffrey Benjamin Brown's user avatar
2 votes
1 answer
366 views

I'm trying to find an Emacs replacement for SQL Server Management Studio (SSMS). I have managed to query my Microsoft SQL Server from Emacs – and what a task that was! – through SQL Mode. However, the ...
J. Mini's user avatar
  • 265
0 votes
2 answers
343 views

Can lsp mode be used with a mysql server. I've setup lsp for some languages but cannot succeed with mysql. So far to connect I use emacsql package with a sql-connection-alist defined. This is what I ...
Michel Lecomte's user avatar
0 votes
0 answers
116 views

Main Problem I wanted to be more secure and convenient with my passwords and encryption so I have been trying to make GPG with Emacs work for my password store and SSH agent. I have Emacs-Pinentry ...
Zain Jabbar's user avatar
0 votes
0 answers
773 views

Linux Mint 20.2 Emacs 27.2 In my work I use the next DBs: PostgreSQL SQLite MySQL Oracle MS SQlServer So I need different database client to work with it. It's not very convenient. So, the question ...
a_subscriber's user avatar
  • 4,386
0 votes
1 answer
1k views

I have a filepath for a sqlite database. I want to open an sql client buffer. I would like to know the best way to open that database from elisp. So far I can see that sql-sqlite will open it but it ...
gburnett's user avatar
  • 175
0 votes
1 answer
92 views

I'm new to emacs, does anybody know is there a way to combine xml-mode and sql-mode so SQL code inside tags can be highlighted and proper indent? example <FnTable ID="MyCode"> declare @ID ...
javierecf's user avatar

15 30 50 per page