Export to PostgreSQL/pgAdmin table

Export to PostgreSQL/pgAdmin table

andre.bicudoHLD9B
Participant Participant
521 Views
2 Replies
Message 1 of 3

Export to PostgreSQL/pgAdmin table

andre.bicudoHLD9B
Participant
Participant

Hi, I am trying to add a method, into a C# plugin that i made, that exports information to a postgreeAQL/pgadmin DB.

However, I can't manage to find a solution to do it.

I know that there are add-ins, such as DB Link that helps me in this subject, but in this case, it would be important to implement it into the code.

Can someone help me with this?

 

0 Likes
Accepted solutions (1)
522 Views
2 Replies
Replies (2)
Message 2 of 3

jeremy_tammik
Alumni
Alumni
Accepted solution

Accessing the Revit database data is easy and has been discussed here and elsewhere many times over.

 

Exporting directly to your specific external database probably requires a db-specific library that has nothing to do with Revit and that we cannot help you with here. If is is nice and clean and accessible from .NET, it should not pose any major problem to integrate and use it from a Revit add-in.

 

Here are some notes on accessing and exporting parameters:

 

 

Here are a few discussions on integrating with external databases, a bit older:

 

 

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
Message 3 of 3

andre.bicudoHLD9B
Participant
Participant

Thank you Jeremy, all content you sent, really helped.

0 Likes