With your brain excluded, who is "we"?

The beauty of SQLite is that SQL was distilled to the smallest and most 
reproducible on many platforms set. Over time, I see how developers expand 
functionality to make it more convenient while maintaining reproducibility 
across platforms. Time, date, math operations are extremely hard to make 
reproducible. SQLite is small in SQL already: It has LEFT JOIN and does not 
have RIGHT JOIN. Why? Because RIGHT can be made out of LEFT by swapping order 
of tables. That is how small it is. The new functionality should be more 
substantial than swapping the order of tables or adding extra SQL line of code 
for date manipulation.

More over, SQLIte already has extension mechanism and many libraries have been 
written:

https://www.sqlite.org/contrib/

The "we" can add to it date manipulation routines and many other.

SQLite is a beauty. Learn to see it!

Roman

________________________________________
From: sqlite-users [sqlite-users-boun...@mailinglists.sqlite.org] on behalf of 
Jose Isaias Cabrera [jic...@outlook.com]
Sent: Thursday, October 10, 2019 4:03 PM
To: SQLite mailing list
Subject: [sqlite] SQLite plus the works (was Re:  Opposite of SQLite)

Simon Slavin, on Thursday, October 10, 2019 03:42 PM, wrote...
>
> On 10 Oct 2019, at 7:55pm, Ned Fleming, on
>
> > SQLessLite
>
> SQDietStartsMonday

All kidding aside, and naming continuing, :-), I believe the world will be a 
happier place with:
1. The normal SQLite snapshots (just like it's working right now)
2. The normal SQlite snapshots plus a series of libraries and functions that 
can easily be compiled with the original light SQLite.

I know this sounds simple, but, with all the brain in this group, excluding 
mine, I think we can manage to have that wonderful tool. ;-)  My thinking 
out-loud.  Thanks.

josé
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmailinglists.sqlite.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Fsqlite-users&data=02%7C01%7Croman.fleysher%40einstein.yu.edu%7Cb2cee1314300447dc76908d74dbcdc26%7C04c70eb48f2648079934e02e89266ad0%7C1%7C1%7C637063345849192991&sdata=utw834l9YsRZp2ozCk7LQ2wfmedtnZB4aWNbP4nrYi0%3D&reserved=0
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to