Another example is reusing parts of fossil code in a group ware
application. The two projects might generate a common table view of what a
user is, hence generating some common code to manage user id tables.   Then
you have folks doing something completely unrelated, but still using sqlite
and still needing a self contained user id management.  So, import the
standard user id function from the sqlite repositories and be done with it.

On Tue, Jan 17, 2012 at 5:01 AM, Matt Young <youngsan...@gmail.com> wrote:

> Mainly grouping sqlite applications in the embedded environment, hopefully
> generating some reusable methods of accessing the sqlite internals. One
> example might  be a reusable method for storing BSON objects, so differing
> BSON applications share a common table/column  view of  BSON.
>
>
> On Mon, Jan 16, 2012 at 11:58 PM, Roger Binns <rog...@rogerbinns.com>wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On 16/01/12 21:46, Matt Young wrote:
>> > Group projects, collected together because sqlite is the common
>> > foundation.  Would be nice?
>>
>> You'll need to use longer sentences.  What exactly do you want to achieve
>> and who do you want to do the work of grouping projects?
>>
>> There is a list of well known users at this page although parts are dated:
>>
>>  http://www.sqlite.org/famous.html
>>
>> You can find numerous open source projects using SQLite by searching at
>> Github, Bitbucket, Google Code and SourceForge.
>>
>> Roger
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.11 (GNU/Linux)
>>
>> iEYEARECAAYFAk8VKh0ACgkQmOOfHg372QS9egCdElHp77YiBI+2BjxtvjmtqLem
>> Z9UAoMkmbxTgve0za1tUFJwv74E2w4kq
>> =t+i9
>> -----END PGP SIGNATURE-----
>> _______________________________________________
>> 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