working on ron-example
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Code generated by sqlc. DO NOT EDIT.
|
||||
// versions:
|
||||
// sqlc v1.27.0
|
||||
|
||||
package sqlc
|
||||
|
||||
type Pet struct {
|
||||
ID int32
|
||||
Name string
|
||||
}
|
||||
Reference in New Issue
Block a user