Implement sqlite_orm for other DBMS #1221
                  
                    
                      ivanKushnarenko
                    
                  
                
                  started this conversation in
                Ideas
              
            Replies: 1 comment 4 replies
-
| what DB support you expect exactly? The idea is nice and we actually are moving towards | 
Beta Was this translation helpful? Give feedback.
                  
                    4 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
It would be really cool to see sqlite_orm versions for e.g. PostgreSQL, MySQL etc.
I believe it is not hard to implement, considering that all SQL queries should work the same for different DBs.
The only part that should be changed - creating a storage, where instead of name of sqlite file, you should pass more parameters to connect to some db.
And probably the name of the library should be changed in that case too :)
Beta Was this translation helpful? Give feedback.
All reactions