This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
Releases: ketozhang/astroSQL
Releases · ketozhang/astroSQL
1.0.1
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
.