Integrated DB Access from the Shell - Part 2 5 years ago 4 min read ksh93databaseData Processingksh Seamlessly access Postgres (or, any other DB) from the shell as if the database is an integrated part of the shell.
Integrated DB Access From the Shell 5 years ago 3 min read databaseData Processingshell scriptingksh93ksh Dealing with databases from Shell scripts has always been clunky. Using custom shell built-ins we can develop an idiomatic, safe , and performant way of accessing the db from the Shell.