Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code generator for Objective C

I have been using CodeSmith for .NET code generation from DB. Is there any similar code generation tool for SQLite DB which generates code for objective-c?

like image 615
Naveed Rafi Avatar asked May 03 '26 04:05

Naveed Rafi


1 Answers

This Objective-C based repository for SQLite has a simple bash script that will read an SQLite database and generate the appropriate ORM models for you. The URL is https://github.com/ziminji/objective-c-sql-query-builder

All you need to do is configure a small properties file that will tell the bash script where the SQLite database is on your hard-drive.

like image 104
Ziminji Avatar answered May 06 '26 00:05

Ziminji



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!