Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

xdb: implement public API #37

Open
6 tasks
tsatke opened this issue Sep 3, 2020 · 0 comments
Open
6 tasks

xdb: implement public API #37

tsatke opened this issue Sep 3, 2020 · 0 comments
Labels
Milestone

Comments

@tsatke
Copy link
Contributor

tsatke commented Sep 3, 2020

Implement Go API to directly interact with a database.

Should be usable similar to the following.

db, err := xdb.Open(myAferoDbFile)
db.CreateTable(xdb.Table{
    Name: "myTable",
    Columns: []xdb.CreateTableColumn{
        {Name: "col1", Type: xdb.TypeInteger},
        {Name: "col2", Type: xdb.TypeString},
    },
})
@tsatke tsatke added this to the v0.0.1 milestone Sep 3, 2020
@tsatke tsatke added epic good first issue Good for newcomers labels Sep 3, 2020
@tsatke tsatke removed the good first issue Good for newcomers label Sep 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant