Posts: 93
Threads: 15
Joined: Dec 2010
Reputation:
0
Hey guys. Can someone explain to me what's a PostgreSQL and what is it for? And can I use it for SA:MP SQLite somehow?
Posts: 6,129
Threads: 36
Joined: Jan 2009
http://en.wikipedia.org/wiki/PostgreSQL
PostgreSQL is a completely different database management system, so no you can't. Database management systems are essentially the types of databases you use, SQLite is a 'type' too, as is MySQL.
Posts: 93
Threads: 15
Joined: Dec 2010
Reputation:
0
Oh, I see. Thanks for the explanation. I thought that PostgreSQL was some kind of editor for SQL language.
And one more question. Database management systems use SQL language for creating databases or ...?
Posts: 6,129
Threads: 36
Joined: Jan 2009
Database management systems use SQL for writing queries. You can read, write and delete using SQL with any database management system.
http://en.wikipedia.org/wiki/SQL