简体   繁体   English

Linq相当于Android Sqlite?

[英]Linq equivalent in Android Sqlite?

Are there anything like LINQ available in Java for SQLite inside Android? Android中是否有类似LINQ的Java for SQLite可用?
I mean something that can detect relations among table and handle Queries in objcet model? 我的意思是可以检测表之间的关系并处理objcet模型中的查询的东西?
It is so time consuming to handle all DB queries manually and avoid errors such as misspelling. 手动处理所有数据库查询并避免诸如拼写错误之类的错误非常耗时。

You can take a look at: 您可以看一下:

Active Android 活跃的Android

and

GreenDAO GreenDAO

These are great ORM solutions. 这些是很棒的ORM解决方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM