Skip to content

Conversation

@tarunganga
Copy link

This is an initial pull request for adding Postgres support which moves configuration to separate classes.

@tarunganga
Copy link
Author

@DMiradakis Here is a simple PR to start adding support for Postgres for database. I made these changes so that each configuration is separated for future scope!

// Parse the license data
var licenseData = Encoding.UTF8.GetString(dataBytes);
var parts = licenseData.Split('|');
var licenseParts = licenseData.Split('|');
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DMiradakis This was giving me build errors so I changed the variable name.

@CLAassistant
Copy link

CLAassistant commented Feb 1, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants