Dart and PostgreSQL Tutorial

preview_player
Показать описание
In this video series, we will learn how to talk to a PostgreSQL database with Dart, using the postgres package from the team behind the Aqueduct Framework. Postgres is a free and open-source relational database system with a strong reputation for reliability, extensibility and performance.

Please leave us your feedback in the comments, and let us know what you would like us to demonstrate next! You can reach out in the comments below or on Twitter using #Dartlang #PostgreSQL #SQL #RelationalDatabases

Like, Subscribe and Hit the Bell 🔔 if you enjoyed this video 😍

LET'S CONNECT
---
Рекомендации по теме
Комментарии
Автор

ma boi... you a godsend... I have a flutter app and I'm moving away from firestore and I've been breaking my head trying to figure out how to do CRUD on my postgres database hosted in the cloud and this did it for me! no need to learn Django and APIs. Thank you man!

NoIntroTutorials
Автор

thanks a lot for your tutorials! It will be great to see a full search text with postgresql and flutter.. no one has done anything on this and I 'd love to see your approach on that!

fabsync
Автор

Thank you for the great video! is there a good orm for postgres in flutter?

jinpark
Автор

Very nicely explained, clear and easy to follow - well done

warperone
Автор

Just what I needed you deserve my subscription and big thumbs up

jeffayako
Автор

Thank you, very helpful and concise guide

dicuns
Автор

Its is possible to use this example to a Flutter app, I mean like create a UI to print the lists array from the Query SELECT results to a datatable

luisge
Автор

hello kind sir can I know how to make a login connection session ? i just want to open the connection once at first then close it once in the end (and between those I can do multiple functions)

chattiachraftn
Автор

I am wondering, when I query a lot of data, I get this error "Fatal error: too many clients", how to fix it?

misteryman
Автор

how i can return select_sql from func?

RubbishCode
Автор

i copied the docker file into my project and have the postgres dependency in my yaml file. but when i type the localhost and port number in the browser it doesnt work. do i need to download docker for this to work?

mohammedsakandar
Автор

Is this type of query susceptible to SQL injection, if for example, the query was collected by a user?

leonf.
Автор

i followed your tutorial i can access localhost on browser but in code when i execute connection statement its refused it and connection is not opening giving me error ?

saqibmahmood
Автор

how do I output data from the database to the browser or angulardart?

DartMitai
Автор

does it have realtime updates? like stream subscription?

adamthebaba