databaseflow icon indicating copy to clipboard operation
databaseflow copied to clipboard

An opinionated modern database interface

Results 4 databaseflow issues
Sort by recently updated
recently updated
newest added

After connecting to postgreSQL database. Automatically connecting to the public schema. Please help me to switch schema from the public schema.

Facing an issue in the new query tab.

it says in the doco that you havent tested against oracle. well i just did and it didnt work. (see stack track below) I'm assuming its trying to use the...

current status: ```graphql type Author { id: ID! name: String! } type Book { id: ID! title: String! author_id: ID! author: Author! } ``` request feature: ```graphql type Author {...