j256 / ormlite-android

ORMLite Android functionality used in conjunction with ormlite-core
http://ormlite.com/
ISC License
1.59k stars 367 forks source link

ormlite sync on android #28

Closed liufsd closed 10 years ago

liufsd commented 10 years ago

hi! i use you ormlite on my android app. i want sync my local database to my server. i have found this framwork:(http://developer.couchbase.com/mobile/) but this is not base on ormlite so , i just want ask you how to do that on ormlite ? thanks

joezorry commented 10 years ago

Ormlite only communicates with the apps internal sqlite database. For syncing your ormlite database to the server you have to make requests to the server with the appropriate methods of your choosing. In other words, this has nothing to do with ormlite, is not an issue with ormlite, and probably should be closed.

@79144876 the site stackoverflow.com is more appropriate for your question.

liufsd commented 10 years ago

thanks!