cirfu wrote: > can i use sqlite with webpy? > > i downloaded it and started playign around with sqlite but i dont > really get how it works. > > i mean how can i save a database for later access? > I think you should go to www.sqlite.org and read the tutorials and FAQ to understand the SQL side. On the webpy side, you simply hook it up as any other database, except that webpy does not require a user or password. If SQLite does not find an existing database, it creates a new one.
> > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
