Which pure python DB or BTree (like ZODB) is best to modify the Scheduler to use pure-python code?

77 views
Skip to first unread message

dlypka

unread,
Jun 16, 2014, 7:48:23 PM6/16/14
to web...@googlegroups.com
I am interested to deploy the Scheduler in gluon in a non web app, separate from the web2py web scaffolding, in pure python environments which may not have any SQL database installed or accessible.SQLite needs a platform-dependent installer so is unsuitable. Does the DAL have any support for a pure python DB that can work with the Scheduler instead of a SQL database, With some Scheduler and/or DAL hacking, will ZODB do the trick?

Niphlod

unread,
Jun 17, 2014, 3:12:14 AM6/17/14
to web...@googlegroups.com
I don't see any adapter from the current list of supported ones that use a pure python database. An object database wouln't do the trick, unless rewriting the 80% of the code to adapt it. At that point, just use cron :P

Vasile Ermicioi

unread,
Jun 17, 2014, 4:48:23 AM6/17/14
to web2py-users
sqlite is built in python it doesn't have to be installed separately  


--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

David Lypka

unread,
Jun 17, 2014, 8:47:44 AM6/17/14
to web...@googlegroups.com
Thank you. That is what I needed to know.


You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/9OPaRCGc200/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages