Skip to content

Release 0.1.0a5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 22:46
8fa44a0

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.