What do you think about wxSQLite3 ?

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
silvercover
User
User
Posts: 86
Joined: Sat Aug 04, 2007 6:57 pm

What do you think about wxSQLite3 ?

Post by silvercover »

What do you think about implementing wxSQLite3 in PureBasic?


http://wxcode.sourceforge.net/components/wxsqlite3/
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: What do you think about wxSQLite3 ?

Post 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 ?
quidquid Latine dictum sit altum videtur
User avatar
silvercover
User
User
Posts: 86
Joined: Sat Aug 04, 2007 6:57 pm

Re: What do you think about wxSQLite3 ?

Post by silvercover »

Database security...
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: What do you think about wxSQLite3 ?

Post 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.
quidquid Latine dictum sit altum videtur
User avatar
silvercover
User
User
Posts: 86
Joined: Sat Aug 04, 2007 6:57 pm

Re: What do you think about wxSQLite3 ?

Post 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.
Post Reply