Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 16 days 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.