Ticket #1001 (assigned enhancement)

Opened 1 year ago

Last modified 1 year ago

Use SQLAlchemy as our db backend layer

Reported by: p@ulmcnett.com Assigned to: paul (accepted)
Priority: minor Milestone: 2.0
Component: db Version:
Keywords: Cc:

Description (Last modified by paul)

Move to SQLAlchemy to interact with dbapi. They've done all the hard work, and we can use it to generate the records in our dCursor objects, with fields that can be referred to by index or key.

Change History

02/25/07 00:37:31 changed by paul

  • owner changed from somebody to paul.
  • priority changed from minor to trivial.
  • component changed from IDE to db.

02/25/07 00:42:58 changed by paul

  • priority changed from trivial to minor.
  • status changed from new to assigned.
  • description changed.

02/25/07 00:44:08 changed by paul

  • milestone set to 2.0.

02/26/07 11:44:35 changed by paul

  • summary changed from SQLAlchemy to Use SQLAlchemy as our db backend layer.

Uwe Grauer recommended taking a look at elixir, a layer on top of SQLAlchemy which may be nicer than using SQLAlchemy directly.

02/26/07 11:49:20 changed by paul

  • description changed.