Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 569 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 569 Bytes

SQL loose comparison

A complete table of results of types comparison in mariadb, mysql, postgres, sqlite.

Results

mariadb

mysql

postgres

sqlite

Script usage

To use this script:

python3 -m pip install -r requirements.txt
docker-compose up -d
python3 loose_compare.py

Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.