turbomanage / storm-gen

Simple ORM for Android SQLite
Apache License 2.0
83 stars 15 forks source link

Add support for lookup indexes #27

Open javamuc opened 10 years ago

javamuc commented 10 years ago

http://www.tutorialspoint.com/sqlite/sqlite_indexes.htm

Maybe as an annotation @Index on a field.

galex commented 10 years ago

Good idea!