Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remote interface #65

Open
jason-godden opened this issue Feb 17, 2020 · 0 comments
Open

Add remote interface #65

jason-godden opened this issue Feb 17, 2020 · 0 comments
Labels
feature New feature or request

Comments

@jason-godden
Copy link
Contributor

Add remote/rdb interface.

r = v.rdb('host:port', 'user', 'pass')
r.table() etc...

Mostly for vulkn local mode.

v.table(join(r.table())) will result in rendering a call to the remote table function.

select * from local inner join select * from remote('') using (cols)

This is different to the remote table function in that this is full infrastructure for remote DB vs a function.

@jason-godden jason-godden added the feature New feature or request label Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant