Is it possible to create RetoolDB Views?

I would like to create views (Postgres views) using RetoolDB. Anyone have tried it before? is that possible?

Just for reference, this is the Postgres documentation about views PostgreSQL: Documentation: 17: CREATE VIEW

And I need this for our data team, so they can use the View to query data for analysis and more.

Any help?

thanks,

Emanuele

Hi there, you can create views a couple of ways:

  • If you're already familiar with the connection string you can use 3rd party software like DB Schema, Data Grip or MySQL Workbench and from there you can run queries to create/edit views.
  • you can also create a query to run manually when you need to create or update a view
    image
1 Like

thanks bob, :vulcan_salute:

1 Like