Easy to use
    TQL provides a very intuitive Rust-like syntax to do SQL queries and shows good error messages similar to the ones emitted by the compiler itself.
    More ›
 
	
	
		
    
    
        
    
    Efficient
    TQL generates the SQL queries at compile-time and thus checks that the good types and identifiers are used at the same time.
    More ›
 
	
	
		
    
    
        
    
    Easy to learn
    There are extensive resources and examples (not yet) to learn how to use tql.
    More ›