# Database-configuration **Repository Path**: yaoliucheng/database-configuration ## Basic Information - **Project Name**: Database-configuration - **Description**: Database-configuration - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-11-19 - **Last Updated**: 2023-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # database-configuration Use a malleable interface to store configuration parameters to a database. Uses the same API as @cs/configuration, for fast and easy switching between text file configuration and database configuration. Initial implementation supports sqlite and mysql databases. ### How do I get set up? - All public API methods are clearly marked in the source library #### Examples - No examples provided at this time #### Dependencies - This package depends on @cs/configuration as it implements the interface - This package depends on the [mysql connector/.NET](https://dev.mysql.com/downloads/connector/net/) ### Contribution guidelines - All contributions must adhere to SOLID design principles. - All code must be unit tested to the extent reasonably possible. - Please contact the author if you want to contribute. ### Who do I talk to? ### License - See license file