NOSQL pourrait être un projet interessant, s'il était destiné à remplacer des bases de données de type Access ou il n'y a pas besoins de deamon qui tourne et ou toutes les données sont incluent dans un même fichier ce qui pour des petites bases de données est très interessant.
SQLite a l'air fait pour ça...
« Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. »
« A complete database (with multiple tables and indices) is stored in a single disk file. »
« Small memory footprint: less than 25K lines of C code. »
« Two times faster than PostgreSQL and MySQL for many common operations. »
[^] # Re: et NOSQL, pas bon ca non plus ?
Posté par Moby-Dik . En réponse au journal et NOSQL, pas bon ca non plus ?. Évalué à 1.
SQLite a l'air fait pour ça...
« Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. »
« A complete database (with multiple tables and indices) is stored in a single disk file. »
« Small memory footprint: less than 25K lines of C code. »
« Two times faster than PostgreSQL and MySQL for many common operations. »
http://www.sqlite.org/(...)