Blog Madness

e-Marketing tips

Wednesday, January 2, 2013

MeekroDB: the Pros and Cons

Pro:

  • SQL injections protection built-in.
  • easy to use.
  • clean and readable code.

Con:

  • single DB connection only.
  • always fetches results in an array (potential memory problems!).
  • MySQL only.
  • can't use prepared statements.

Alternative: NotORM.