Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Stalker and PostgreSQL #256

Open
dan-developer opened this issue Aug 25, 2016 · 2 comments
Open

Stalker and PostgreSQL #256

dan-developer opened this issue Aug 25, 2016 · 2 comments

Comments

@dan-developer
Copy link

I wonder what the essential points that depend on MySQL, I intend to make a fork stalker and add support for PostgreSQL.

We are starting a new system in the company and would like to use all third parties in PostgreSQL.

Note: I've already contacted the service desk, I was told to open an issue at github.

Thank you.

@azhurb
Copy link
Owner

azhurb commented Aug 26, 2016

Unfortunately since version 5.0 DB module is located in the core, ie it is closed. Therefore, it would be difficult to do what you want.

@dan-developer
Copy link
Author

Yes. Searching for Github repository appears 183 results for "mysql". Perhaps changing the names by PhpStorm

Mysql::getInstance() -> DB::getInstance()
mysqlInstance -> dbInstance

Create an interface and from there to implement the methods. Soon after setting somewhere which driver to use.

It may be around the beginning.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants