Page 1 of 1

What do you think about wxSQLite3 ?

Posted: Mon Sep 28, 2009 10:42 pm
by silvercover
What do you think about implementing wxSQLite3 in PureBasic?


http://wxcode.sourceforge.net/components/wxsqlite3/

Re: What do you think about wxSQLite3 ?

Posted: Tue Sep 29, 2009 12:00 am
by freak
What good is a C++ wrapper in PureBasic ? Also why include a wrapper for something that is already provided through PB's database lib directly ?

Re: What do you think about wxSQLite3 ?

Posted: Tue Sep 29, 2009 12:01 am
by silvercover
Database security...

Re: What do you think about wxSQLite3 ?

Posted: Tue Sep 29, 2009 12:27 am
by freak
Sorry, but i don't get it. How is that more secure ? As far as i can see this wrapper does nothing more than the PB lib does as well.

Re: What do you think about wxSQLite3 ?

Posted: Thu Oct 01, 2009 12:12 pm
by silvercover
I know there are some libraries for encryption but I think ordinary users prefer to use built-in functions for database security.
... wxSQLite3 includes an optional extension for SQLite supporting key based database file encryption using 128 bit AES encryption. Starting with version 1.9.6 of wxSQLite3 the encryption extension is compatible with the SQLite amalgamation source.