o
odin.langpkg.dev
packages / library / sqlyr

sqlyr

d3549c5library

No description provided.

No license · updated 2 years ago

SQL Statement's to golang structs

Description

This is a simple programm for creating golang structs from sql CREATE TABLE statements

Installation

Ensure you have odin installed on your system

  1. Clone the repository:
git clone https://github.com/JohnLucid1/sqlyr.git
  1. Navigate to project directory:
cd sqlyr
  1. Compile the program:
odin build .
  1. Use the programm:
sqlyr <path to .sql file>