I've (really) quickly looked at edb, but it seems to be more a registry
(like gconf or windows registry) than a real database: a key is linked
to a value, but you can't create table and add several data fields to
this table. I also need to perform fast searches, and I don't think we
really can do this with edb.
If I'm wrong, tell me, I'll be happy to get rid of a new dependancy ;)

MoOm

Le samedi 18 juin 2005 à 21:00 -0500, Nathan Ingersoll a écrit :
> MoOm,
> 
> Have you looked at implementing the database features with Edb or Eet?
> These are both already in the E tree, and it would cut down on
> external dependancies for eclair users.
> 
> Nathan
> 
> On 6/18/05, enlightenment-cvs@lists.sourceforge.net
> <enlightenment-cvs@lists.sourceforge.net> wrote:
> > Enlightenment CVS committal
> > 
> > Author  : moom16
> > Project : e17
> > Module  : apps/eclair
> > 
> > Dir     : e17/apps/eclair
> > 
> > 
> > Modified Files:
> >         configure.in
> > 
> > 
> > Log Message:
> > 
> > * Meta tags of the media files opened are now stored in a database, which 
> > really speed up the read of meta tags for a file that has been already 
> > opened by eclair. Database support will also permit to perform fast 
> > searches.
> > 
> > 
> > ===================================================================
> > RCS file: /cvsroot/enlightenment/e17/apps/eclair/configure.in,v
> > retrieving revision 1.8
> > retrieving revision 1.9
> > diff -u -3 -r1.8 -r1.9
> > --- configure.in        29 May 2005 12:17:15 -0000      1.8
> > +++ configure.in        18 Jun 2005 16:00:34 -0000      1.9
> > @@ -105,6 +105,12 @@
> >  AC_SUBST(gthread_libs)
> >  AC_SUBST(gthread_cflags)
> > 
> > +PKG_CHECK_MODULES(SQLITE, sqlite3)
> > +sqlite_libs=`$PKG_CONFIG --libs sqlite3`
> > +sqlite_cflags=`$PKG_CONFIG --cflags sqlite3`
> > +AC_SUBST(sqlite_libs)
> > +AC_SUBST(sqlite_cflags)
> > +
> >  PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4)
> >  gtk_libs=`$PKG_CONFIG --libs gtk+-2.0`
> >  gtk_cflags=`$PKG_CONFIG --cflags gtk+-2.0`
> > 
> > 
> > 
> > 
> > -------------------------------------------------------
> > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> > from IBM. Find simple to follow Roadmaps, straightforward articles,
> > informative Webcasts and more! Get everything you need to get up to
> > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> > _______________________________________________
> > enlightenment-cvs mailing list
> > enlightenment-cvs@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs
> >
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to