Page 1 of 1

wxDatabase: revived Databaselayer

Posted: Tue Nov 27, 2012 8:38 am
by evstevemd
I launched a thread about reviving Databaselayer and here I go with "new" name wxDatabase. I find this name more consistent than Databaselayer.
I have uploaded what will be the skeleton of the library. of course I'm still baking some stuffs for the project (I'm not experienced in Bakefile so it will take little time)
I have added codelite project and fixed few warnings.
Find it here
I welcome ideas and any inconsistence that needs to be rectified to make it wx standard. Thanks and Enjoy

Note: to make it work just add the include and lib files in respective folders in vendors directory.

Regards,
Stefano

Re: wxDatabase: revived Databaselayer

Posted: Thu Aug 17, 2017 10:52 pm
by cutecode
does it support functions like

Code: Select all

Move(pos)
MovePrevious()
MoveLast()
I use Databaselayer now, but it doesn't have functions like that

Re: wxDatabase: revived Databaselayer

Posted: Fri Aug 18, 2017 10:15 am
by evstevemd
cutecode wrote:does it support functions like

Code: Select all

Move(pos)
MovePrevious()
MoveLast()
I use Databaselayer now, but it doesn't have functions like that
It is restructured and updated version of database layer. However due to lack of acceptance from the community, I have decided to invest my time on something else. However, PR is highly appreciated.