wxDatabase: revived Databaselayer

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
User avatar
evstevemd
Part Of The Furniture
Part Of The Furniture
Posts: 2408
Joined: Wed Jan 28, 2009 11:57 am
Location: United Republic of Tanzania

wxDatabase: revived Databaselayer

Post 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
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
User avatar
cutecode
Super wx Problem Solver
Super wx Problem Solver
Posts: 425
Joined: Fri Dec 09, 2016 7:28 am
Contact:

Re: wxDatabase: revived Databaselayer

Post 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
wx 3.1.6 win/mac/linux

regards,
Alexander Saprykin
https://v2.dental-soft.ru
User avatar
evstevemd
Part Of The Furniture
Part Of The Furniture
Posts: 2408
Joined: Wed Jan 28, 2009 11:57 am
Location: United Republic of Tanzania

Re: wxDatabase: revived Databaselayer

Post 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.
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
Post Reply