|
From: | Jesse Molina |
Subject: | [Help-bash] databases for bash and other data structures |
Date: | Tue, 12 Mar 2013 22:19:41 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16 |
Hello everyone I have a huge complicated script that now needs a database.My needs are very modest. A comma delineated file would probably be fine, but this script is going to be both reading and writing to it's tables. It's mostly when I have to start writing my data out that stuff gets ugly.
sqlite is perfect for this, but I wanted to ask if there are any other tiny database/data structure apps which are often used with bash, or examples of implementing complicated data structures with bash.
Thanks -- # Jesse Molina # Mail = address@hidden # Cell = 1-602-323-7608
[Prev in Thread] | Current Thread | [Next in Thread] |