smoh / wsdb

Routines for accessing wsdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wsdb

Routines for accessing wsdb, a postgres database, from python. Not of general interest.

Usage

Put two-line text in wsdb/credentials.txt as in

  user
  password

and

  from wsdb import wsdb
  df = wsdb.query("<query>")

Requirements

About

Routines for accessing wsdb

License:MIT License


Languages

Language:Python 100.0%