FYI, something to consider is that SQLite doesn't natively support
foreign key constraints.  For example, ON DELETE CASCADE doesn't
work.  It is possible to write triggers to handle referential
integrity, but a dbms like postgresql just does it.  So, depending on
your requirements, postgresql might be a better option for that
reason.

http://www.sqlite.org/cvstrac/wiki?p=ForeignKeyTriggers

On Sep 9, 12:16 pm, greenpoise <danel.sega...@gmail.com> wrote:
> Is it a good alternative? I am a fan of Postgresql myself BUT just for
> the simplicity of the whole development, can SQLite handle the job in
> the long run (users, record, db size)? I am sure is almost transparent
> when using both (correct me if I am wrong) but doesnt the Auth method
> changes?
>
> Feedback greatly appreciated.
>
> Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to