package
Version:
v0.0.0-...-bedebd1
Opens a new window with list of versions in this module.
Published: Apr 16, 2025
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Orders struct {
OrderID int `night:"primary_key"`
UserID int `night:"unique"`
Amount string
}
table example writin in Go
type Users struct {
ID int `night:"primary_key"`
Name string
Email string `night:"unique"`
EmailVerified bool `night:"nullable"`
}
type Users struct {
ID int `night:"primary_key"`
Name string `night:"nullable"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.