Thursday, August 26, 2021

Bekerja Dengan DataBase

 Untuk keperluan bekerja dengan data dalam jumlah besar, di perlukan database untuk menyimpan data mentah maupun data hasil proses pengolahan python.

Berikut beberapa database yang bisa digunakan:

1. Sqlite (relational DBMS)

   module : Sqlite

   dB browser :  https://sqlitebrowser.org/dl/   



2. MySQL (relational DBMS)

   module : Mysql-connector

   dB browser : https://www.heidisql.com/download.php   

3. Mongodb (non-relational DBMS)

  module : PyMongo

  dB browser: https://www.mongodb.com/try/download/community

  support : https://robomongo.org/download



  

No comments:

Post a Comment