jorm | 调用MySQL存储过程的ORM(xorm基础上进一步封装方法)
kandi X-RAY | jorm Summary
kandi X-RAY | jorm Summary
jorm is a Go library. jorm has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
调用MySQL存储过程的ORM(xorm基础上进一步封装方法)
调用MySQL存储过程的ORM(xorm基础上进一步封装方法)
Support
Quality
Security
License
Reuse
Support
jorm has a low active ecosystem.
It has 9 star(s) with 1 fork(s). There are 2 watchers for this library.
It had no major release in the last 12 months.
jorm has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of jorm is v1.0.0
Quality
jorm has no bugs reported.
Security
jorm has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
jorm does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
jorm releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed jorm and discovered the below as its top functions. This is intended to give you an instant insight into jorm implemented functionality, and help decide if they suit your requirements.
- execute sql query
- get sql
- Create a procedure
- convertValue converts strValue to int value
- convert to camel case
- FormatDateTime - formats DateTime
- FormatDate from date string
- InitMySQL is used to initialize a new database
- Float64ToString convert float number to string
- Float32ToString converts float32 to string .
Get all kandi verified functions for this library.
jorm Key Features
No Key Features are available at this moment for jorm.
jorm Examples and Code Snippets
Copy
create table contact
(
user_id int auto_increment
primary key,
real_name varchar(5) default '' null,
age int default 0 null,
phone_number varchar(15) default '' null,
home_address varchar(50) def
Copy
type Contact struct {
UserId int `json:"user_id"`
Name string `json:"name" jorm:"real_name" xorm:"real_name"`
Age int `json:"age"`
PhoneNumber string `json:"phone_number"`
HomeAddress string `json:"home_address"`
Creat
Copy
type Contact struct {
UserId int `json:"user_id"`
Name string `json:"name" jorm:"real_name"`
Age int `json:"age"`
PhoneNumber string `json:"phone_number"`
HomeAddress string `json:"home_address"`
CreateTime string `js
Community Discussions
No Community Discussions are available at this moment for jorm.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jorm
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page