Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Put on crates.io, make the API stable enough to use as a standalone library #19

@nukep

Description

@nukep

I don't feel that LlamaDB is at a point where it can serve as a standalone library yet. The library crate is currently a bunch of hacks that expose internals such as parser modules.

This issue needs to wait on #4 so that developers have a somewhat reasonable API to work with, as well as a file-based DB. tempdb won't be around for long!

Until then, the llamadb crate has been reserved on crates.io.


Nice-to-haves for the library:

  • A sql!() macro that statically validates and compiles the SQL query (to an extent).
    • This may be hard to do without schema information.
    • At least have it validate the syntax, possibly compile into AST?
  • A C API, for use by other programming languages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions