Update 'README.md'
This commit is contained in:
		
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							@@ -1,4 +1,6 @@
 | 
				
			|||||||
Quicker is a pythonic tool for querying databases.
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					**Quicker** is a pythonic tool for querying databases.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Quicker wraps popular Python packages:
 | 
					Quicker wraps popular Python packages:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -8,6 +10,12 @@ Quicker wraps popular Python packages:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Connection parameters will passed to "backend" module as is.
 | 
					Connection parameters will passed to "backend" module as is.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Installation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					pip install git+https://git.nxhs.cloud/ge/quicker
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Usage
 | 
					# Usage
 | 
				
			||||||
 | 
					
 | 
				
			||||||
`Connection` is context manages and must be used with `with` keyword. `Connection` returns `Query` callable object. `Query` can be called in this ways:
 | 
					`Connection` is context manages and must be used with `with` keyword. `Connection` returns `Query` callable object. `Query` can be called in this ways:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user