litesuits / android-lite-orm

LiteOrm is a fast, small, powerful ORM framework for Android. LiteOrm makes you do CRUD operarions on SQLite database with a sigle line of code efficiently.
http://litesuits.com?form=gorm
Apache License 2.0
1.49k stars 361 forks source link

使用之后,需要调用LiteOrm.close()吗? #49

Open yuelaiyuehao123 opened 7 years ago

yuelaiyuehao123 commented 7 years ago

如题,比如调用save();update();query();delete();之后需要调用close();方法吗?

litesuits commented 7 years ago

不要调用,一般的场景都不需要调用。除非你确定再也不会使用数据库了。下次用,自己在open打开。