DataJoint 2.1 Released — PostgreSQL Support, Improved Diagrams, and More #1409
dimitri-yatsenko
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
DataJoint 2.1 is now available on PyPI (
pip install datajoint).Highlights
PostgreSQL backend support
DataJoint now supports PostgreSQL as an alternative to MySQL. Set
dj.config['database.backend'] = 'postgresql'to connect to PostgreSQL databases. (#1338, #1339, #1340)Diagram improvements
collapse()method for high-level pipeline viewsoutput='mermaid'direction='LR'or'TB')Singleton tables
Support for tables with empty primary keys. (#1341)
Performance and packaging
deepdiffandtqdmin autopopulate for faster imports (refactor: code organization and lazy imports for better modularity #1349)Bug fixes (2.1.1)
.preview()output (fix: Hide comments from table preview display #1393)size_on_diskproperty — use database-native tools (Remove size_on_disk from Table and Schema #1395)Links
Beta Was this translation helpful? Give feedback.
All reactions