And every other scripting language you might suggest for the question 'if
It did allow creating a function, what flavor of scripting would you like
it to be?'  has hooks for sqlite ... well except maybe TSQL.  (could I
script all my database access to a sqlite3 db from SQL Server?  Or as the
original poster suggested PLPGSQL? :)
I concur that C/C++ is already a pretty powerful scripting language...
though somewhat prohibits later changes on the fly as customer demands are
clarified... (nothing dynamic libraries and a good design can't overcome I
suppose)

On Mon, Aug 22, 2016 at 12:42 PM, Richard Hipp <d...@sqlite.org> wrote:

> On 8/22/16, Clemens Ladisch <clem...@ladisch.de> wrote:
> >
> > But it should be mentioned that SQLite is an _embedded_ database, i.e.,
> it
> > is meant to be part of a program written in a 'real' programming
> language,
> > so with sqlite3_create_function(), there is no use case for the feature
>
> I was about to type the same.  SQLite has sqlite3_create_function()
> which is more powerful than CREATE FUNCTION and which is a better fit
> for the embedded database model.
>
> --
> D. Richard Hipp
> d...@sqlite.org
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to