forked from Limework/skript-db
		
	Update README.md
This commit is contained in:
		
							parent
							
								
									54e260e56b
								
							
						
					
					
						commit
						af25e695f0
					
				@ -5,10 +5,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Difference from original skript-db
 | 
					### Difference from original skript-db
 | 
				
			||||||
- Fixed local variables disappearance in newer Skript versions (very hacky fix, but it works, so that's good!)
 | 
					- Fixed local variables disappearance in newer Skript versions (very hacky fix, but it works, so that's good!)
 | 
				
			||||||
- Thread-pool size is now automatically increasing on demand with use of CachedThreadPool, instead of a fixed hard-coded number
 | 
					 | 
				
			||||||
- Uses newer versions of dependencies (Increased performance and security)
 | 
					- Uses newer versions of dependencies (Increased performance and security)
 | 
				
			||||||
- Replaced `synchronously execute` with `quickly execute`, which allows to speed up queries by 50ms with some risk
 | 
					- Replaced `synchronously execute` with `quickly execute`, which allows to speed up queries by 50ms with some risk
 | 
				
			||||||
- SQL Driver is configurable
 | 
					- If a sql query is detected to be running on non-main thread, it becomes synchronous automatically
 | 
				
			||||||
 | 
					- SQL Driver is configurable, comes with shaded MariaDB and PostgreSQL drivers
 | 
				
			||||||
- A few variable type related bugs fixed
 | 
					- A few variable type related bugs fixed
 | 
				
			||||||
- Uses Java 11 instead of Java 8
 | 
					- Uses Java 11 instead of Java 8
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user