Re: [sqlite] Stored Procedures

2014-10-09 Thread Omprakash Kolluri
Thanks ALL. This has been very helpful

Om Kolluri

On Thu, Oct 9, 2014 at 1:19 PM, big stone  wrote:

> Hi,
>
> Here is an example of stored procedure made in Python for SQLite.
>
> https://pypi.python.org/pypi/sqlite_bro/0.8.7.4
>
> I Hope it will help you figure out quickly  if SQLite is ok enough for your
> use-case.
>
> Sheers,
> ___
> 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


[sqlite] Stored Procedures

2014-10-09 Thread Omprakash Kolluri
Hi,

I am new to SQLite. I am working on an app that I am developing and plan to
use SQLite as an embedded database. My Question - Does SQLite support
stored procedures similar to those in MS SQL Server etc. Any suggestions OR
pointers to information links woill be greatly appreciated. Thank you

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