Re: [sqlite] Virtual Tables and tcl / apsw

2011-10-25 Thread Dan Kennedy

On 10/25/2011 04:28 PM, Alexey Pechnikov wrote:

2011/10/25 Dan Kennedy:

Not possible. The Tcl interface has no bindings for either the
virtual table or VFS interfaces.


But why? Is there any technical/ideological problems?



None that are insurmountable, I would think. Just that
those interfaces were not considered all that useful for
scripting languages. That's a matter of opinion though
obviously.



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


Re: [sqlite] Virtual Tables and tcl / apsw

2011-10-25 Thread Alexey Pechnikov
2011/10/25 Dan Kennedy :
> Not possible. The Tcl interface has no bindings for either the
> virtual table or VFS interfaces.

But why? Is there any technical/ideological problems?

-- 
Best regards, Alexey Pechnikov.
http://pechnikov.tel/
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Virtual Tables and tcl / apsw

2011-10-25 Thread Dan Kennedy

On 10/25/2011 02:31 PM, sqlite-us...@h-rd.org wrote:

Hi,

I have some questions on virtual tables and tcl compared to perl and
python/apsw.

As I understand you can build your own virtual table implementation with
apsw (and also with perl). Is this also possible with tclsqlite?
Any pointers greatly appreciated, I could not find it in the docs.

A bit related is a question on the vfs. apsw allows to implement a vfs.
Is this also possible with tcl?


Not possible. The Tcl interface has no bindings for either the
virtual table or VFS interfaces.

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


[sqlite] Virtual Tables and tcl / apsw

2011-10-25 Thread sqlite-us...@h-rd.org

Hi,

I have some questions on virtual tables and tcl compared to perl and  
python/apsw.


As I understand you can build your own virtual table implementation  
with apsw (and also with perl).  Is this also possible with tclsqlite?

Any pointers greatly appreciated, I could not find it in the docs.

A bit related is a question on the vfs.  apsw allows to implement a  
vfs.  Is this also possible with tcl?


thanks,


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