Database Manager v0.6 |
[eluser]davidbehler[/eluser]
Hello! I'm not quite sure if this is the right place but i got a "tool" i wanna share with you! While working with CI on a bigger project of mine, the following problem came up: I got like 2 versions of my project running. One is my development system and the other one is live/for tests by other users. Sometimes it happens, that I had to make some changes to some of my tables or columns or whatever on my dev system but could not make them on the live system because it would have broken the code and errors would have occured etc. So I always had to remember what changes I had made last and what changes in the code came with that etc. I guess you know what I'm talking about ![]() To make that easierer I have created this tool I want to show to you. I called it "Database Manager" or short "DBM" but maybe you can come up with something more fancy ![]() You can manage multiple datamodels and keep track of the changes without actually having to alter any real database. You can import an existing database or start from scratch, it's up to you. You don't know what I'm talking about? Thought so...a friend of mine had the same problem ![]() I hope you like my DBM and I am happy about any critics/comments I can get! Greetings waldmeister P.S.: There are some limitations right now. It's limited to use of mysql databases, collation is set to "utf8_unicode_ci" and i am still working on the support for foreign keys and indices. Hope you don't mind. €dit: Added a link to the demo system: click me |
Messages In This Thread |
Database Manager v0.6 - by El Forum - 09-13-2008, 06:28 AM
Database Manager v0.6 - by El Forum - 09-16-2008, 02:40 AM
Database Manager v0.6 - by El Forum - 09-16-2008, 03:19 AM
Database Manager v0.6 - by El Forum - 09-16-2008, 03:25 AM
Database Manager v0.6 - by El Forum - 09-16-2008, 03:42 AM
Database Manager v0.6 - by El Forum - 09-16-2008, 04:28 AM
|