Is there a way to work around sqlx prepare when using multiple features
              
              #4066
            
            
              
                Unanswered
              
          
                  
                    
                      geofmureithi
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 0 comments
  
    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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a scenario where I am using sqlite + sqlx:
On the schema side, its either
BLOBorTEXT, based on the migration and choice of encoding.I can run and generate the
.sqlxfiles well.This is not compatible with the bytes feature though and I am unsure how to implement this.
I am working on a library if that helps
Beta Was this translation helpful? Give feedback.
All reactions