pg-el icon indicating copy to clipboard operation
pg-el copied to clipboard

Emacs Lisp network-level interface to the PostgreSQL RDBMS

Results 1 pg-el issues
Sort by recently updated
recently updated
newest added

I am inserting values into a database, using a `bigint` as a type, since my row IDs are going to be large. If I execute the following: ```emacs-lisp (pg-exec-prepared #...