needle_orm_postgres 0.1.1 copy "needle_orm_postgres: ^0.1.1" to clipboard
needle_orm_postgres: ^0.1.1 copied to clipboard

postgres support for needle_orm

needle_orm_postgres.dart #

postgres support for needle.

IMPORTANT #

when use IN statement , the param name must be followed by an blank ' ' !!!

'SELECT * FROM books where id in @idList '

You've been warned: THE FOLLOWING IS WRONG!!!

'SELECT * FROM books where id in @idList'