how can i use orm for javafxport? target app is desktop, android, ios. which orm suggest for this? Thankful.
            Asked
            
        
        
            Active
            
        
            Viewed 127 times
        
    0
            
            
        - 
                    Can you elaborate your question? What is your use case? – José Pereda Nov 10 '16 at 09:15
- 
                    1- an orm like hibernate. 2- which db suggest for cross platform? sqlite or another db? – user2880318 Nov 10 '16 at 20:11
- 
                    See the sample GluonSQLite [here](http://gluonhq.com/support/samples/), and read its doc about using SQLite vs SQL. As for using hibernate on mobile devices, maybe have a look at this [post](http://stackoverflow.com/questions/4257374/is-hibernate-an-overkill-for-an-android-application). – José Pereda Nov 11 '16 at 08:27
