What do you think about implementing wxSQLite3 in PureBasic?
http://wxcode.sourceforge.net/components/wxsqlite3/
What do you think about wxSQLite3 ?
Re: What do you think about wxSQLite3 ?
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
- silvercover
- User
- Posts: 86
- Joined: Sat Aug 04, 2007 6:57 pm
Re: What do you think about wxSQLite3 ?
Database security...
Re: What do you think about wxSQLite3 ?
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
- silvercover
- User
- Posts: 86
- Joined: Sat Aug 04, 2007 6:57 pm
Re: What do you think about wxSQLite3 ?
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.