Skip to content

1.0.1

Latest
Compare
Choose a tag to compare
@ketozhang ketozhang released this 07 Apr 03:26

Features

First official release comes with these primary features.

  • Uses Peewee SQL ORM.
  • MySQL support only
  • Workflow: connects to database -> get by table name -> query by various methods.
  • Smartly inspects database to gather table/schema removing the need to create database models (using pwiz.introspect).
  • Collection of simple SQL read and write method: array2sql, dict2sql, text2sql, get_by_radec, get_by_sql.