Yes I have used SQLite previously, but not extremely extensively.

I used API generically (not necessarily SQLites API) , the whole idea is a
side project to increase my knowledge. I am creating an application in
python that uses an RESTful API to allow the user connect to my service
and submit statements. It will return the result in JSON or XML. I would
think I could spawn a new SQLite "instance" for each database the user
creates. More or less I wanted to see if anyone else has successfully
accomplished this or has pondered the plausibility of this scenario.


--
The introduction
of latency and the completely different API, the need to identify and
authenticate, authorization etc would make this a very pointless exercise.
There are plenty of existing database servers that meet those needs,
already have remote APIs and ways of overcoming latency etc etc.

Have you even used SQLite?
--



This seems inconsequential -- regardless of what method you use you will
have to authenticate. Everything has latency. I'm not sure where you're
going with this.

You came off as a prick, but maybe I didn't offer enough information... Or
my question is not intelligent enough for youŠ

I appreciate your opinion though, thank you.




On 1/25/12 10:32 PM, "Roger Binns" <rog...@rogerbinns.com> wrote:

>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>On 25/01/12 18:48, Ryan Macy wrote:
>> Would there be any reason SQLite would have a hard time functioning in
>> a database as a service model?
>
>SQLite lives in the same process as the code using it.
>
>> Each user would generate a database (or many databases) and connect to
>> it with an API.
>
>The SQLite API is for use in the same process.  If you have to connect to
>a service then it requires a completely different API.  The introduction
>of latency and the completely different API, the need to identify and
>authenticate, authorization etc would make this a very pointless exercise.
> There are plenty of existing database servers that meet those needs,
>already have remote APIs and ways of overcoming latency etc etc.
>
>Have you even used SQLite?
>
>Roger
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.4.11 (GNU/Linux)
>
>iEYEARECAAYFAk8gyUYACgkQmOOfHg372QRdaACfbKRwYVMYyybPDxHiiu5oQpMc
>GlgAoLgFa1tgG2fdrIatIw2XT1clmr9V
>=pxXp
>-----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