jkehler / awslambda-psycopg2

1.12k stars 363 forks source link

Understanding the contents of the .so file #63

Closed yivanova88 closed 4 years ago

yivanova88 commented 4 years ago

Hello,

Thank you for this project. It has been very useful for our team who are facing a similar problem with AWS Glue containers which don't come with preinstalled C libraries required for psycopg2.

I am interested in knowing more about the contents of the .so file which can be found in psycopg2-3.7/_psycopg.cpython-37m-x86_64-linux-gnu.so. What are the C files packaged in the shared libraries? Our team is looking to create our own .so file to use and maintain so sharing this with us will be extremely valuable.

Thanks a lot for your time!

yivanova88 commented 4 years ago

I read your documentation more clearly and found the answer myself.