ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
You're the best. I was planing to use it for video game development.
SQLite is a great choice to store game data. I personally developed many desktop apps using SQLite as the backend for my clients.
@@jiejenn Yes, indeed. They even kind of used in Sid Meier's Civilization 4 games.
sqlite3 library it too "low-leveled", it's much better to use peewee or sqlalchemy
For most beginners, they probably need to have at least some idea how the SQLite3 backend works before move on to peewee or sqlalchemy.
You're the best.
I was planing to use it for video game development.
SQLite is a great choice to store game data. I personally developed many desktop apps using SQLite as the backend for my clients.
@@jiejenn
Yes, indeed.
They even kind of used in Sid Meier's Civilization 4 games.
sqlite3 library it too "low-leveled", it's much better to use peewee or sqlalchemy
For most beginners, they probably need to have at least some idea how the SQLite3 backend works before move on to peewee or sqlalchemy.