Sujet : Re: GIMP 3.0.0-RC1
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : comp.os.linux.misc comp.os.linux.advocacyDate : 02. Jan 2025, 03:19:03
Autres entêtes
Message-ID : <ltmbcmFjcgpU1@mid.individual.net>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
User-Agent : Pan/0.149 (Bellevue; 4c157ba)
On Wed, 1 Jan 2025 23:16:10 +0100, D wrote:
Another "mini culture" I keep my eyes on is the sqlite community. In
many respects, anti-Linux, but they are producing powerful software!
Are there other projects you think are of similar power, in terms of use
and quality, as sqlite? Maybe the curl community?
I like SQLLite and have used it in several projects. It works just as well
in C# .NET with
using Microsoft.Data.Sqlite;
as in C with
#include "sqlite3.h"
allowing both to use the same data. I do like that it's public domain
like most free software was before Stallman. otoh PostgresSQL is more
powerful and has a permissive license.
https://opensource.org/license/postgresqlAfter all, the SQLite developers ask "What would Postgres do?"
There are a couple of other worthwhile projects like Python :)