Home > Article > Backend Development > szq.orm.sql
A small orm you can write casually, currently only supports sql server
Usage SQLContext db = new SQLContext(connStr);
var list= db.Query
var pageResult= db.Query
download link:
The above is the detailed content of szq.orm.sql. For more information, please follow other related articles on the PHP Chinese website!