UXSql is a query statement based application and source code generation solution. Automated UI development with the same pattern over and over. Using the provided UX file auto-generation function, you can develop and deploy DB management program with just a few clicks. SqlServer, MySql server is supported.

[ UXSql Installation ]

  1. Download, install and run - Download UXSql_Setup.exe

    For MySql, install the client for .Net.

  2. Just try... it is so easy... "Create Project and Menu Description"

  3. Download Querier Just click you can get query statements. For MySql, install the client for .NET.

    https://youtu.be/s2ssPxvhn2U

Feedback : [email protected]

[ Scope of use]

  1. A person in charge of its affairs -If you have a built database, you can develop and use the management program in 1 to 2 weeks. -If you don't have a database, you can create a UI as you design and use it as an assistant tool for business design.
  2. DB designer -Instead of the documentation of the designed DB, you can distribute the program created with the DB to help the client understand.
  3. For developers Write code generators to dramatically increase the productivity of repeated development elements.
  4. For database novices You can easily learn database and query statements and create related UI.
  5. For education Hands-on training on relational databases Easy to teach based on visual UI.

[ Installation server and sample database ]

Install MS SqlServer and sample DB AdventureWorks Or install MySql server and sample DB sakila

  1. Install Microsoft DB and Sample Database -Download and install Microsoft [DB Server product SqlServer express] (https://www.microsoft.com/en-us/sql-server/sql-server-editions-express). After the server installation, install Sqlserver Management Studio (SSMS) as well. -Restore the database by downloading [AdventureWorks (OLTP) full database backups version] (https://github.com/Microsoft/sql-server-samples/releases/download/adventureworks/AdventureWorks2012.bak).
  2. Install MySql DB and Sample Database