Metadata-Version: 2.1
Name: singer-target-mysql
Version: 0.0.2
Summary: A Singer.io target implementation for MySQL
Home-page: https://github.com/czardien/target-mysql
Author: Adrien Czerny
Author-email: adrien@example.com
License: UNKNOWN
Description: # target-mysql :rocket: :boom:
        
        A [singer.io](https://www.singer.io/) target implementation for MySQL. Because some of us still have to deal with a MySQL data warehouse.
        
        **Under active development like there's no code a barely a roadmap for now**
        
        ## Roadmap
        
        - [ ] MySQL connection from config file setup
        - [ ] Record message handling
          - [ ] Assert JSON structure
          - [ ] Assert `"schema"` field maps internal known schemas structure
          - [ ] Insert SQL statements
        - [ ] Schema message handling
          - [ ] Assert JSON structure
          - [ ] Create table if not exists SQL statements
        - [ ] State message handling
          - [ ] Assert JSON structure
          - [ ] Emit state to stdout
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
