Skip to content

Multiple Dispatch for Conversion from Julia Types to SQL Types #12

@bosonbaas

Description

@bosonbaas

Currently, the conversion from Julia Types to SQL types is just facilitated by a dictionary between types.
While a solution other than hardcoding the type conversion would be preferable (maybe a more popular library that already maintains this map?), taking advantage of the Julia multiple dispatch system will make it a more flexible hardcoding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions