Database Designer (in development)

A place for you to show off what you have made with LiveCode

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Emily-Elizabeth
Posts: 205
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Re: Database Designer (in development)

Post by Emily-Elizabeth »

New release with support for MySQL. This is still in development and is not the final release, so please feel free to submit issues on GitHub if you find anything.

* New: select only Database Designer files in Open dialog
* New: MySQL support
* New: can name the table
* New: prompted when table exists in the MySQL database
* Fixed: bug when deleting text in the Name or Text fields
* Fixed: issue with pictures resizing when closing the Editor and reopening the file
* Fixed: bug when creating a SQLite database
* Updated: handle boolean (checkboxes) properly for MySQL
* Note: https://www.fosshub.com/DatabaseDesigner.html
* Note: https://www.softpedia.com/get/Internet/ ... er-E.shtml
* Note: https://www.donationcoder.com/forum/ind ... ic=53457.0

https://github.com/emily-elizabeth/Data ... g/20230603
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Database Designer (in development)

Post by FourthWorld »

You do good work, Emily-Elizabeth. I'm glad you're here.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Emily-Elizabeth
Posts: 205
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Re: Database Designer (in development)

Post by Emily-Elizabeth »

Thank you for the kind words Richard :oops:
stam
Posts: 3210
Joined: Sun Jun 04, 2006 9:39 pm

Re: Database Designer (in development)

Post by stam »

Nicely done...

just wondering - why release only Win and Linux? Especially as the screenshots are from MacOS?
Is it a concern regarding codesigning etc?
Emily-Elizabeth
Posts: 205
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Re: Database Designer (in development)

Post by Emily-Elizabeth »

I develop on the Mac and do testing on Windows and Linux. I would love to release a Mac version, but as Apple has told me:
Thank you for contacting Apple Developer Program Support.

For one or more reasons, your enrollment in the Apple Developer Program could not be completed. We are unable to continue with your enrollment at this time.

You can still take advantage of great content using your Apple ID in Xcode to develop and test apps on your own device
Emily-Elizabeth
Posts: 205
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Re: Database Designer (in development)

Post by Emily-Elizabeth »

1.1.0 RC2

* Fixed: clearing out the name of an object will reset it back to the original name
* Changed: updated the alphanumeric check for database and table names
* Changed: updated the way the MySQL connections are made

https://github.com/emily-elizabeth/Data ... g/20230605
Emily-Elizabeth
Posts: 205
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Re: Database Designer (in development)

Post by Emily-Elizabeth »

Released 1.2.0

- Note: https://download.cnet.com/Database-Desi ... 05918.html
- Changed: preference file save location on Linux
- Changed: can't select the buttons on the main screen
- Changed: moved the mode popup to the left
- Updated: Getting Started guide
- New: font styling of text
- New: source code download document
- New: the new inspector is copied over the old one
- Fixed: database type was not saved

https://github.com/emily-elizabeth/Data ... g/20230919
stam
Posts: 3210
Joined: Sun Jun 04, 2006 9:39 pm

Re: Database Designer (in development)

Post by stam »

Emily-Elizabeth wrote: Wed Sep 20, 2023 6:27 pm Released 1.2.0

https://github.com/emily-elizabeth/Data ... g/20230919
Very nice - thank you for sharing!
Emily-Elizabeth
Posts: 205
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Re: Database Designer (in development)

Post by Emily-Elizabeth »

Released 1.3.0

New: Font Style
New: Font Alignment
Fixed: Font menu

https://github.com/emily-elizabeth/Data ... g/20231011
Emily-Elizabeth
Posts: 205
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Re: Database Designer (in development)

Post by Emily-Elizabeth »

Updated to 1.4.0

[*]redid the New File dialog
[*]can use PostgreSQL as a backend

https://emily-elizabeth.free.nf
Emily-Elizabeth
Posts: 205
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Re: Database Designer (in development)

Post by Emily-Elizabeth »

There is now a code signed macOS version, available on https://emily-elizabeth.free.nf
Post Reply