[web2py] Re: Rethinkdb on Web2py

2016-09-19 Thread JorgeH
any plans to a rethinkdb adapter to DAL in the foreseeable future? On Monday, July 25, 2016 at 12:50:25 PM UTC-5, Oasis Agano wrote: > > Is there a way of using rethinkdb on web2py framework > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Re: Rethinkdb on Web2py

2016-07-26 Thread Marlysson Silva
Use them only to proccess something .. without write in to database.. use in a moment to something specific.. Em terça-feira, 26 de julho de 2016 19:05:17 UTC-3, Anthony escreveu: > > On Tuesday, July 26, 2016 at 1:05:50 PM UTC-4, Marlysson Silva wrote: >> >> Great answer , just I've a doubt ..

[web2py] Re: Rethinkdb on Web2py

2016-07-26 Thread Anthony
On Tuesday, July 26, 2016 at 1:05:50 PM UTC-4, Marlysson Silva wrote: > > Great answer , just I've a doubt .. which type of applications use > rethinkdb standalone.. without persist in database.. > What do you mean by "use rethinkdb standalone.. without persist in database.."? -- Resources: -

[web2py] Re: Rethinkdb on Web2py

2016-07-26 Thread Marlysson Silva
Great answer , just I've a doubt .. which type of applications use rethinkdb standalone.. without persist in database.. Em terça-feira, 26 de julho de 2016 13:21:51 UTC-3, Anthony escreveu: > > On Monday, July 25, 2016 at 1:50:25 PM UTC-4, Oasis Agano wrote: >> >> Is there a way of using

[web2py] Re: Rethinkdb on Web2py

2016-07-26 Thread Anthony
On Monday, July 25, 2016 at 1:50:25 PM UTC-4, Oasis Agano wrote: > > Is there a way of using rethinkdb on web2py framework > You cannot use it with the DAL, as there is no adapter, and therefore you cannot use it with any parts of web2py that depend on the DAL (Auth, SQLFORM, SQLFORM.grid).

Re: [web2py] Re: Rethinkdb on Web2py

2016-07-26 Thread António Ramos
You can connect to rethinkdb with javascript... 2016-07-26 12:41 GMT+01:00 Marlysson Silva : > I think that no.. because the DAL adapters in the web2py support only > these databases: > > >

[web2py] Re: Rethinkdb on Web2py

2016-07-26 Thread Marlysson Silva
I think that no.. because the DAL adapters in the web2py support only these databases: http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#Connection-strings--the-uri-parameter- Em segunda-feira, 25 de julho de 2016 14:50:25 UTC-3, Oasis Agano escreveu: > > Is there a