TODO.txt 483 B

12345678910111213
  1. Near Term:
  2. * Think about modeling a Table object as well as the Column object
  3. * Think of a DSL to configure what the SQL syntax for a specific implementation looks like?
  4. * Separate out Providers into separate DLLs and load them like plugins?
  5. Future:
  6. * Look into using something like NHibernate to create our schema changes
  7. * Look into directly supporting other kinds of SQL objects
  8. * Stored Procedures
  9. * User Defined Functions
  10. * Would modeling these things as objects help?