Skip to content

EasyPythonOrm is a PythonOrm which is simple eloquent ORM like Laraval or ThinkPHP, it will make your operation in Mysql much more eaiser and it support prepare statement (PDO) and batch of parameters

Notifications You must be signed in to change notification settings

tobycroft/EasyPythonOrm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyPythonOrm

EasyPythonOrm目前仅支持MySQL

Easy Python Orm is only support Mysql yet

新手用户

EasyPythonOrm可以让你像ThinkPHP或者Laraval那样使用Eloquent方式操作MySQL数据库

You can easily operate mysql by using Db().Table().where().find() to get your data.

安全性

基于pyMysql最新版,Database加入了prepare statement(PDO),避免老版本PYMYSQL可能导致的注入风险

And most importantly, this ORM support mysql PDO which will make each query much safer

About

EasyPythonOrm is a PythonOrm which is simple eloquent ORM like Laraval or ThinkPHP, it will make your operation in Mysql much more eaiser and it support prepare statement (PDO) and batch of parameters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages