Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic generation of some codes in the Student management system project using any database with Zontroy code generator #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tolgahanipek
Copy link

Automatic generation of some codes in the Student management system project using any database with Zontroy code generator

Hello @SamirPaulb 🖐

Using Zontroy code generator software, I created a database that holds student information from MSSQL to automatically generate sections that are susceptible to code repetition. Then I connected the database I created with Zontroy code generator. Finally, by configuring the Zontroy code generator with this database, I made some repetitive codes automatically produced.
It is very useful for automatic code generation and can greatly reduce software development costs. To get more information on this subject, you can visit https://zontroy.com/.

Created Database

wew

Database configuration in Zontroy code generator

1

As you can see, the database tables have been added to the left. To generate the code, a main.py.zsif file was created to generate the code in a single file. zsif stands for zontroy single file.

1

After some repetitive codes are written with Zontroy's unique syntax, the code is generated by pressing the generate button in the main.py.zsif file.

1

RESULT:

1

I hope it contributes a little to your project. 🙏

tolgahanipek and others added 2 commits July 1, 2024 17:13
Updated using Zontroy code generator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant