drop table bobbyLaunch HN: Evidence (YC S21) – Web framework for data analysts
41–50 of 94 posts
Re: Launch HN: Evidence (YC S21) – Web framework for data analysts
#42Pretty interesting idea. Can someone edit the page and change one of the queries to drop table bobby
Re: Launch HN: Evidence (YC S21) – Web framework for data analysts
#43Re: Launch HN: Evidence (YC S21) – Web framework for data analysts
#44Pretty interesting idea. Can someone edit the page and change one of the queries to drop table bobby
In production, queries only run at 'build time', and we bake out static outputs to serve to your users. We mainly do this for performance reasons, but there isn't a connection to your db in the production outputs.
Today, you might be able to issue a drop table command from the local dev server though, and we really should make sure there are guard rails for that...
Re: Launch HN: Evidence (YC S21) – Web framework for data analysts
#45This is exactly what I have wanted to build, changing into a data engineer build. Well done, excited to keep an eye on it.
Re: Launch HN: Evidence (YC S21) – Web framework for data analysts
#46Re: Launch HN: Evidence (YC S21) – Web framework for data analysts
#47Re: Launch HN: Evidence (YC S21) – Web framework for data analysts
#48Anyway to reference a .sql script from elsewhere in the project?
Re: Launch HN: Evidence (YC S21) – Web framework for data analysts
#49I love this. Fantastic work.