Very impressive Andre. This is the very thing I was wanting when I first
started using Revolution back in 2.0. Erm... is there any way we can talk Kevin
into putting you in charge of development? ;-)
Bob
On Aug 25, 2012, at 6:59 PM, Andre Garzia wrote:
> Hey Folks,
>
> I am putting the final
Mike,
I will provide one in the next version.
=)
On Sun, Aug 26, 2012 at 3:25 PM, Mike Bonner wrote:
> Andre,
> I see you have a batch insert available for the noSql library (in the docs)
>
> Are batch inserts possible with dblib too?
> ___
> use-l
Andre,
I see you have a batch insert available for the noSql library (in the docs)
Are batch inserts possible with dblib too?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subs
Andrew,
If it fits in an array, then we can store it.
This library was created for multi-dimensional arrays. You can do:
put "andre" into tA["whatever"]["another level"]["contacts"]["first_name"]
and it would work.
The storage medium is a SQLite database. One SQLite file per storage. You
can h
How does this fair against multi-dimensional arrays?
Can I store "andre" into tA["name"]["first"] and "garzia" into
tA["name"]["last"] like with embedded documents in MongoDB?
(http://goo.gl/RMRL8)
How is the data being saved? XML, JSON, some kind of binary format?
Thanks!
Andrew
On Sat, Aug
I LIKE IT!
My needs are modest, and so is my tolerance for having to learn "real" SQL
syntax when I only want a tiny bit of it. I'll stay tuned!
.Jerry
On Aug 25, 2012, at 6:59 PM, Andre Garzia wrote:
> Hey Folks,
>
> I am putting the final touches into a NoSQL data storage library for local
sweet.
On Sat, Aug 25, 2012 at 7:12 PM, Magicgate Software - Skip Kimpel <
s...@magicgate.com> wrote:
> Nice! I have some great ideas for this already Can't wait!
>
> SKIP
>
> On Sat, Aug 25, 2012 at 9:59 PM, Andre Garzia
> wrote:
> > Hey Folks,
> >
> > I am putting the final touches into
Nice! I have some great ideas for this already Can't wait!
SKIP
On Sat, Aug 25, 2012 at 9:59 PM, Andre Garzia wrote:
> Hey Folks,
>
> I am putting the final touches into a NoSQL data storage library for local
> LiveCode development. It is an add-on for my DB Lib and uses SQLite for the
> s
Hey Folks,
I am putting the final touches into a NoSQL data storage library for local
LiveCode development. It is an add-on for my DB Lib and uses SQLite for the
storage medium.
It can store any kind of information as long as it is inside an array
variable. It doesn't require a schema or a define