Skip to content

needle-dart/needle_orm_postgres.dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

postgres support for needle

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages