txtSQL and flatfile
FarazAli
Joined: 2005-01-02
Posts: 1 |
Posted: Sun, 2005-01-02 20:54 |
This might have been mentioned before somewhere on the forums, but I can't seem to be able to locate it... I would reccommend using txtSQL in your gallery program. There are several reasons for this... txtSQL is located at http://txtsql.sf.net Thank you for your time, |
|
Posts: 2322
Gallery 1 is not going to be using SQL of any kind, however Gallery 2 is already fully SQL capable.
Posts: 1
Will or is GAllery 2 capable of running with fully functionality off of textSQL?
This would be very helpfull for me as I am stuck with cheap hosting without a SQLdb and need a flatfile system but would like the templating and other features of Gallery2
Posts: 32509
g2 only supports mysql, postgresql, oracle and db2 right now.
we plan to add php sqLite support (php 5 built in flat file database). but it won't be easy and it doesn't have a a very high priority right now.
in the development version of g2, we just removed an abstraction layer that allowed for non database storage implementations. we removed it since it doesn't make any sense anymore to use a non-sql backend for g2.
but something like an SQL based flat file database like sqLite makes sense.
Posts: 1
valiant, I have something really important to tell you: the keyword is Gladius DB.
It has an ADODB API, it works with SQL92 and it is fast, too! It would be great if you could consider its usage in g2. At the moment it also has an adoDB lite driver, so that using any database is possible along with it.