public
Description: An objective-C implementation of ActiveRecord
Homepage: http://activerecord.lighthouseapp.com
Clone URL: git://github.com/aptiva/activerecord.git
Click here to lend your support to: activerecord and make a donation at www.pledgie.com !
activerecord / TODO
100644 27 lines (20 sloc) 0.518 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 
ActiveRecord TODO
Things left to do:
 
==================
 
High Priority
  PostgreSQL
   * Add PostgreSQL support
 
==================
 
Low priority:
  Bindings
   * Implement support.
  Inflections
   * Add additonal languages
  Regular Expressions
   * Benchmark AGRegex and replace if necessary
     (I heard it's really really bad, but so far I haven't noticed any problems with it)
  Tiger(and earlier) support
   * Maybe write a version without properties.
 
==================
     
Suggestions?
fjolnir@gmail.com