May be I am just a newbie, but I think, that ur library is written very bad, because it doesn't handle possible errors.
For example here it just hangs on my empty database with an error: "PostgreSQLSeverity.error 42P01: relation "users" does not exist" on this line: "List<List> results = await conn.query('SELECT * FROM users');" It doesn't go forward, doesn't return an exception for me to catch. I don't know what to do here. Such mistakes with bad requests can appear in any place and stop the server that I write.
May be I am just a newbie, but I think, that ur library is written very bad, because it doesn't handle possible errors. For example here it just hangs on my empty database with an error: "PostgreSQLSeverity.error 42P01: relation "users" does not exist" on this line: "List<List> results = await conn.query('SELECT * FROM users');" It doesn't go forward, doesn't return an exception for me to catch. I don't know what to do here. Such mistakes with bad requests can appear in any place and stop the server that I write.