Application to Server Framework
Posted: Tue Jul 07, 2015 9:58 pm
Recently I have been working on desktop database applications that connect to a remote MySQL server using LC Server as an intermediary.
Everything is working. I have the latest stable version of LC Community Server. I can send queries to my remote database and get the results in my desktop app.
I have some encryption in place when sending my queries. I am working on encrypting the returned data. Reading lots of forum posts and getting some good thoughts and ideas. Great Stuff!
As I am working on this, I have started wondering if there is a community developed framework in place for app to server to database connections? Surely this is a common enough thing that a basic framework would give us a starting point when making a new project?
I am aware of revIgniter, but (as far as I can tell so far) this is more specific to writing web-apps or websites than using it as an intermediary between apps and a database.
Does anyone have something like this? Or know where one is available? I like what I am coming up with, but I am sure it will be a work in progress for some time before it is ready for prime-time. Maybe I should put my work on git as a starting point?
Some things that would be cool to have:
user authentication
data encryption both ways
a few simple query functions
I am getting 2 and 3 nailed down, but have not started thinking through user authentication yet, as it is not pressing since all my projects are for specific people who will be using this on specific computers with specific databases...but I can see this being a need soon if any of my apps are to be used on a wider scale.
Everything is working. I have the latest stable version of LC Community Server. I can send queries to my remote database and get the results in my desktop app.
I have some encryption in place when sending my queries. I am working on encrypting the returned data. Reading lots of forum posts and getting some good thoughts and ideas. Great Stuff!
As I am working on this, I have started wondering if there is a community developed framework in place for app to server to database connections? Surely this is a common enough thing that a basic framework would give us a starting point when making a new project?
I am aware of revIgniter, but (as far as I can tell so far) this is more specific to writing web-apps or websites than using it as an intermediary between apps and a database.
Does anyone have something like this? Or know where one is available? I like what I am coming up with, but I am sure it will be a work in progress for some time before it is ready for prime-time. Maybe I should put my work on git as a starting point?
Some things that would be cool to have:
user authentication
data encryption both ways
a few simple query functions
I am getting 2 and 3 nailed down, but have not started thinking through user authentication yet, as it is not pressing since all my projects are for specific people who will be using this on specific computers with specific databases...but I can see this being a need soon if any of my apps are to be used on a wider scale.