I want to know how to link Python and Maria DB!

Asked 1 years ago, Updated 1 years ago, 95 views

I want to know how to link Python to Maria db.

The editor writes Python and tries to work on data using Python and Maria db

I ask for your help!

python mariadb

2022-09-21 19:43

1 Answers

There are many requests for this kind of data even if you google it a little bit.

MariaDB is compatible with mysql, so you can learn from mysql materials.

http://pythonstudy.xyz/python/article/202-MySQL-%EC%BF%BC%EB%A6%AC

Please refer to the link above.


2022-09-21 19:43

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.