[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: multidirectional hash/dictionary or such...
- From: meino.cramer@...
- Date: Wed, 29 May 2013 18:53:30 +0200
Hi,
ok I installed sqlite3 and I played some luarock then on my embedded computer and installed luasql
for sqlite3. So far so nice...
Now a little very offtopic question:
Can someone point me to a good tutorial on how to set up a
not-that-big database (how to design the data layout depending on
what the data are) and to an SQL-introduction?
I dont want to setup a multiuser big iron multi webserver database
with qantizillion entries for eternity and beyond. But I also dont
want a database for my ~7000 lines of text based data which proofes
me to better get off that business and better play some BASIC (no punt
intended!). ;))
Thank you very much in advance for any help!
Best regards,
mcc
Petite Abeille <petite.abeille@gmail.com> [13-05-28 23:51]:
>
> On May 28, 2013, at 8:24 PM, meino.cramer@gmx.de wrote:
>
> > I will try sqlite...! Quick question: what lua-ib/binding/? to access sqite iis recommended?
>
> I personally use luasql's sqlite3 driver:
>
> http://www.keplerproject.org/luasql/
>
> Very straightforward.
>
> There are more specialized sqlite libraries, but I haven't personally felt the urge to use them.
>
> For example:
>
> http://lua.sqlite.org/index.cgi/doc/tip/doc/lsqlite3.wiki
>
>