emacs-libpq icon indicating copy to clipboard operation
emacs-libpq copied to clipboard

An Emacs 25 module for accessing postgres via libpq.

Results 11 emacs-libpq issues
Sort by recently updated
recently updated
newest added

If I have column like `variable_boolean` and I want to know if it is FALSE, the module returns `nil`, which I understand, however, it does not say if column is...

I would like to know how others are using this module, why not open discussion or forum? You could apply on GNU to make mailing list for emacs-libpq Here is...

I would like to provide parameter NULL to: UPDATE table SET column = $1 And currently providing "NULL" as string does not work. Is there any existing solution?

I pushed to the `scratch/pq-compile` branch of [elpa.git](git://git.sv.gnu.org/emacs/elpa.git) my proposed patch which should let Emacs auomatically compile `pq-core.c` for the user when the package is installed/compiled or when it's used....

Could you please submit your module for inclusion into GNU Emacs? It works well, so why not submit it directly to inclusion into GNU Emacs? https://lists.gnu.org/archive/html/help-gnu-emacs/

In case you wanted to improve emacs-libpq further what features would you add? I am not that familiar with libpq and I would like to know what features you consider...

Does escaping really needs conn-db and why? Should not escaping be independent of connection? Finally escaping function could be used to generate SQL without having a database connection.

At first I have made libraries that connect and fetch and handle was &optional. If there was no handle standard `*db*` handle was used. Programs could access one database. Then...

Is there a way to know the names and types of columns a query returns? I'm not acquainted with using libpq at such a low level and I wonder if...

enhancement