An open API service indexing awesome lists of open source software.

https://github.com/adam-maz/mysql_databse_api

Here I am presenting API, which allows user to send data (from file with ".csv" extension) to earlier prepared database in MySQL Workbench. SQL statement introduced in "database_constructor(self)" method is an example statement. It can be freely edited to meet any user criteria.
https://github.com/adam-maz/mysql_databse_api

api database object-oriented-programming python sql

Last synced: about 2 months ago
JSON representation

Here I am presenting API, which allows user to send data (from file with ".csv" extension) to earlier prepared database in MySQL Workbench. SQL statement introduced in "database_constructor(self)" method is an example statement. It can be freely edited to meet any user criteria.

Awesome Lists containing this project

README

          

Here I am presenting API, which allows user to send data (from file with ".csv" extension) to earlier prepared database in MySQL Workbench.
SQL statement introduced in "database_constructor(self)" method is an example statement. It can be freely edited to meet any user criteria.