BTW while we are at subject of SQLite extensions.
I'm very new on this e-mail list but already saw here and there in mails 
several links to places around the web with some extensions.

What would you say guys for creating some centalized list of 
(known/recommended ...) extensions somewhere on official Sqlite wiki.
I found: http://www.sqlite.org/cvstrac/wiki?p=ManagementTools , but this seems 
to be mainly about external programs like GUI or Management tools.
I mean similar list but with links to general purposes code (open source 
licensed) for things like:
- virtual tables modules
- some usefull expression functions not implemented in mainline
- special collating functions usable for wider audience, etc.

I think it could be quite helpfull "first check place" if anybody is looking 
for something like virtual table which stores data in csv files, or so, or 
opposite - have wrote something general, and want to share.

Best Regards,
Grzegorz W.

Monday 21 of September 2009 09:36:15 Roger Binns napisał(a):
> Alexey Pechnikov wrote:
> > SQLite does have the best extensibility of known to me DBMS.
>
> Also not mentioned is that it is available under a public domain license
> and hence anyone has the right to use it in any way they deem fit, make
> changes, distribute changes, charge anything they want, keep everything
> public, private or anything else.  Some of the alternatives are open source
> but more restrictive (GPL).  I've never read the Oracle license agreement
> but there are many claims on the Internet that its license agreement
> forbids publishing of benchmarks!
>
> Many of the feature requests are ultimately asking (or hoping :-) that
> someone else will do the work.  If something is that important then it
> isn't unreasonable to pay DRH and team to do it.  They also provide
> support:
>
>   http://www.sqlite.org/support.html
>
> Note "modest fee"!  The extensions are also very cheap and liberally
> licensed.  No matter how you look at it, SQLite is a bargain.
>
> Roger
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to