Hacker News new | ask | show | jobs
by ryantuck 2402 days ago
This is really elegant.

One note is that the python repl.it fails on an import error upon just hitting 'run', but it does work locally as expected.

Edit: Was able to get it working in repl.it by updating pyproject.toml like so:

    [tool.poetry.dependencies] 
    python = "^3.7"
    easydbio = "*"
1 comments

Oh no :(. I'll have to fix that one when I head home in an hour or so.

Thanks for flagging it!

I fixed it here: https://repl.it/@amasad/easydbio-python-example

Super awesome project and it could be great for our users as well. I just posted to our community https://repl.it/talk/announcements/EasyDBio-one-click-databa...

Thanks! Updated on prod.