Skip to content

Commit

Permalink
add missing keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
aakash-rajur committed Oct 10, 2023
1 parent 73385c3 commit b9d38ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Release](https://github.com/aakash-rajur/sqlxgen/actions/workflows/release.yml/badge.svg)](https://github.com/aakash-rajur/sqlxgen/actions/workflows/release.yml)
[![license](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/aakash-rajur/sqlxgen/main/LICENSE.md)

`sqlxgen` is a tool to generate sqlx compatible code from database schema and sql queries in your project.
`sqlxgen` is a cli tool to generate sqlx compatible code from database schema and sql queries in your project.

1. Run [postgres query](https://github.com/aakash-rajur/sqlxgen/blob/main/internal/introspect/pg/model.sql)
or [mysql query](https://github.com/aakash-rajur/sqlxgen/blob/main/internal/introspect/mysql/model.sql)
Expand Down

0 comments on commit b9d38ea

Please sign in to comment.