Flutter and PostgreSQL

5,393

For interaction of your app with a relation db you need a backend, in any technology, as the negotiator of both parties.I dont know aqueduct but you can try node js + express js as it is a popular backend stack, here a tutorial is quite simple to understand and setup, theres is also a js postgresql package called pg so you will need to add it to your node backend. I don't know how much knowledge do you have about http request/response, backend, frontend or http apis, so you should maybe study all of that before doing your project.

Share:
5,393
Fool Baby
Author by

Fool Baby

Updated on December 14, 2022

Comments

  • Fool Baby
    Fool Baby over 1 year

    Excuse me asking maybe silly/dumb

    I'm Rookie self-taught developer

    I trying to get my flutter app to work with my PostgreSQL database

    Unforturnly I couldn't find anything related to Getting Flutter and postgreSQl to work togeather

    All I can find is using Aqueduct a dart package which I was not able to install

    https://medium.com/flutterpub/flutter-how-to-do-crud-with-postgresql-part-1-57d8d3652a31

    as they couldn't find a library to install Aqueduct

    Is there any other way I could get Flutter work with PostgreSQL?

    Or there a way I could get Aqueduct to work?

    Greatly appreciate your help in this.