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

Is it possible to work with the output of a sql cell in a c#/f# cell? #1405

Closed
JCarnall opened this issue Jun 10, 2021 · 3 comments
Closed
Labels
question Further information is requested

Comments

@JCarnall
Copy link

Just learning the ropes with .Net interactive notebooks and I love it. Hopefully a quick question.

Is it possible to work with the output of a sql cell in a subsequent c# or f# cell?

@JCarnall JCarnall added the question Further information is requested label Jun 10, 2021
@jonsequitur
Copy link
Contributor

We are working on this but currently, no.

An option that's currently available is to use #!connect mssql --create-dbcontext, and then use the auto-scaffolded EF DbContext from C#.

Keep an eye on #1136.

@JCarnall
Copy link
Author

@jonsequitur - thanks for the reply, the EF DBContext method you suggest is a good a work around for the time being. I've also subscribed to 1136.

I'd like to contribute to the project, but not sure I understand the code 'under the hood' well enough yet. I know you guys are very busy but if you ever do a session to help get new contributors started let me know.

@jonsequitur
Copy link
Contributor

Thanks! This is a great suggestion. We can probably set something up.

You can also reach out any time on our Discord channel: https://discord.gg/3pvut9YujN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants