> Does anyone have a initialize.sql for SQLite ? I am on Windows and
> postgres is a real hassle on this platform.

I have had some success with running `tg-admin sql sql`, sticking the  
contents into a file, and then fixing any errors that are in the file  
by hand.  This is how I generated the Postgres initialize.sql.  Then,  
you will need to use Catwalk or the command-line client to create a  
group called 'admin' and a user who is in that group.  Make sure to  
insert the password as an md5-encoded string.  Once you do that, you  
should be good.

Alternatively, I just checked in a MySQL initialization script that  
someone contributed, and if you SVN up, you can give that a shot.   
You probably want to SVN up anyway, as I have made some changes today  
from other's suggestions.

There are some really good double-clickable installers for PostgreSQL  
on Windows, so you might want to look around a little bit more.  You  
will likely see significant performance improvements using Postgres  
or MySQL over SQLite.

Good luck, and let me know if you get it working on SQLite!  If you  
do, please send me a data dump, and I will add it to the distribution.

--
Jonathan LaCour
http://cleverdevil.org



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to