Ecosyste.ms: Awesome
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: 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.
- Host: GitHub
- URL: https://github.com/adam-maz/mysql_databse_api
- Owner: Adam-maz
- Created: 2024-04-22T20:48:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T10:23:06.000Z (7 months ago)
- Last Synced: 2024-11-09T12:06:24.930Z (2 months ago)
- Topics: api, database, object-oriented-programming, python, sql
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.