This is a simple programm for creating golang structs from sql CREATE TABLE statements
Ensure you have odin installed on your system
- Clone the repository:
git clone https://github.com/JohnLucid1/sqlyr.git- Navigate to project directory:
cd sqlyr- Compile the program:
odin build .- Use the programm:
sqlyr <path to .sql file>