Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

a new, universal Julia DataBase API #17

Open
@ExpandingMan

Description

@ExpandingMan

Continuing discussion in this thread.

Initial point of discussion is what model to base a potential new database standard interface on. Examples include this package, existing interfaces for ODBC and LibPQ. Another intriguing possibility is embracing DataKnots.jl as a standard.

Here is a list of goals we should consider:

  • A simple, uniform interface across all Julia database packages that allows users to query with any SQL string and dump into any DataStreams Sink.
  • An unobtrusive design that makes it easy for users to use special features of individual packages that may not be universal (this is the one place where, if we are very careful, we might be able to offer something that sqlalchemy can’t).
  • Simple for package maintainers to implement (at least the minimum features).
  • Some level of compatibility with Spark, or at least carefully checking that this is feasible.
  • A path toward ORM.

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