crate / sqlalchemy-cratedb

SQLAlchemy dialect for CrateDB.
https://cratedb.com/docs/sqlalchemy-cratedb/
Apache License 2.0
3 stars 2 forks source link

[TYPES] Refactor data type implementations to use their own file each #8

Closed amotl closed 9 months ago

amotl commented 9 months ago

About

As we will add more type implementations, putting each one into a separate file will help us to have a better overview and explorability, and may also support when swapping corresponding implementations for evaluation purposes.

Details

The patch doesn't change any code, it just moves it around.