Replies: 2 comments 1 reply
-
Yes, you could always do it, but I've just added a convenience function to do this simpler. Example usage:
CoLab: https://colab.research.google.com/drive/17xeEZOWqYH78mwEYIP8CKbcMGiH1TjBM?usp=sharing There is also a connection argument, so you access existing database. See the CoLab for examples. Let me know if this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! I'll give it a try. Sorry for not noticing the Also, it is possible to retrieve the SQL generated by |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry if I missed how to do this, but can I use
logica
in a local script. In general, I would like to uselogica
to execute my queries programmatically instead of SQL (and not have having to run on collab).For example, programmatically, I can connect to local db and interact with data something like this:
Does
logica
have modules/functionality that would allow me to this without having to read inlogica
scripts (e.g.,*.l
files)?Or can I pass in the
logica
script as a string?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions