On 19 Jan 2019, at 4:49am, Stephen Chrzanowski <pontia...@gmail.com> wrote:

> I know about the bindings.  I don't know about all languages supporting it.

Bindings are part of the SQLite API.  Any language which can make SQLite calls 
should be supporting binding.

Using binding means you can have the variables you want -- as many as you want 
-- in whatever programming language you're using.  SQLite doesn't need 
variables before your programming language has variables.  This is why SQLite 
doesn't need variables.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to