Release 0.1.0a5
Pre-release
Pre-release
Added
- List schemas method.
- List tables method.
- Create, Read, Update, Delete (CRUD) operations for DataJoint table tiers:
dj.Manual,dj.Lookup. - Read table records with proper paging and compounding restrictions (i.e. filters).
- Read table definition method.
- Support for DataJoint attribute types:
varchar,int,float,datetime,date,time,decimal,uuid. - Check dependency utility to determine child table references.