Skip to content
dantheta edited this page Dec 25, 2012 · 1 revision

Welcome to the NORM wiki!

NORM is a simple database layer for python, which aims to make writing simple CRUD (create, read, update, delete) operations, well, simple.

For more complex stuff, NORM makes it easy to drop down to SQL.

There are usage examples in the README.

Supported databases:

  • PostGreSQL
  • MySQL coming soon.

Clone this wiki locally