-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 22/02/12 13:35, Gour wrote: > d) something else?
Just start using SQLite and see what happens. You don't have to use an ORM. And if you don't use one, you'll eventually see if you need one and what functionality it needs. I do have two other recommendations. The first is to ensure you have a sensible way of testing. A layer between your code and the database may make that easier or harder - validate up front that it will be the former. The second is to ensure you have an undo mechanism, as this will affect your schema and triggers. One thing I worked on didn't even have a 'save' menu item. Every action you did resulted in a database change. You could easily undo these. You could also see of the objects as they were at any prior point in time, being able to undo or redo any change. Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk9Fkg8ACgkQmOOfHg372QTxogCgk1lONsgDb3InMk+5JT90dsY9 Bj4AoK93XPTigLOMJwmSI9nGszryeuyk =8d64 -----END PGP SIGNATURE----- _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users