Is psycopg supported? (Postgresql) #1259
-
Hi Beeware team Firstly got to say all of your work is pretty amazing. I'm putting together a android app for my own personal use, and one of the third party packages I'm using is psycopg2, and connecting to AWS. The build works fine on my desktop, but web and android I'm getting build errors. I will keep trying to debug myself, but its getting late and am hoping someone will save me a ton of time tomorrow haha. Error from console (I'll post the log in the next comment): `
` |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
The
psycopg2
Python package is a wrapper forlibpq
, a library written in C. Any Python package that is not pure Python must be specially built for the target platform, i.e. Android and iOS. This is the issue tracking this for Android for BeeWare. It suggests an SO post with methods to connect to postgres that might help in the interim.