Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to specify the database to use? #44

Open
richb201 opened this issue Jun 12, 2020 · 0 comments
Open

How to specify the database to use? #44

richb201 opened this issue Jun 12, 2020 · 0 comments

Comments

@richb201
Copy link

I am using two databases; a local copy of mysql which works great with GC. I plan to use AWS' RDS Postgresql for the images for use with Image crud. I have opened two databases using:
$DB1 = $this->load->database('default', TRUE);
$DB2 = $this->load->database('postgres', TRUE);
Default is using the mysql and that works fine. How do I tell Image Crud to use $DB2 instead?

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

No branches or pull requests

1 participant