Altium support #501
Replies: 5 comments 3 replies
-
I dont really know how flexible Altium is with the desired database structure. Maybe you can already do it today, and reuse the KiCad fields for Altium footprints and symbols. In general I am not quite the big fan of directly accessing the database. It circumvents Part-DB user and permission system and every change to Part-DB database schema, could potentially break the altium connection. The latter can maybe resolved by creating a sql view for altium, which structure is fixed. But the support of the database abstraction layer Part-DB uses for views is not really existing (I think you would have to write all sql migrations relating to the view by hand). |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, Altium only works using a direct connection to the sql database. |
Beta Was this translation helpful? Give feedback.
-
We have PartDb running under mySQL. In the database i defined some sql-views, which are accessed by Altium. This is as a read only system (view from Altium) working fine. If you are interested i can post the sql-views, but i am pretty sure that they can be improved. My big hope is, that Altium is coming up with a API-Support, like KiCad, in the future. |
Beta Was this translation helpful? Give feedback.
-
I updated and renamed the repository for connecting Altium with PartDb. |
Beta Was this translation helpful? Give feedback.
-
If you want to support the work here, you can promote the following requests in the altium-forum to give them more attention: |
Beta Was this translation helpful? Give feedback.
-
Are there any plans to integrate with Altium dblib?
To do this, Altium needs direct access to the sql database...
Beta Was this translation helpful? Give feedback.
All reactions