catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.83k stars 1.15k forks source link

Support for Tarantool? #848

Closed zilveer closed 5 years ago

zilveer commented 5 years ago

Hi, It would be awesome if you guys can add support for Tarantool.io which is a blazing fast database both disc and memory based. It also supports SQL syntaxes which I want (if possible) you guys to implement in this project.

Heads up and keep up the good work !

Regards

catfan commented 5 years ago

I don't know about it. However if this product supported using PDO and executing SQL query, it can use with Medoo without additional implement. If not, there is nothing can do to for this.

zilveer commented 5 years ago

There is not PDO instead there is a package called PHP client for Tarantool which is used to connect to Tarantool and can execute SQL queries. @catfan would you mind to think about it? It would be appreciated.

Tarantool is blazing fast and has both in memory storage and in disk storage .

Here is the link to PHP client for Tarantool just in case you change your mind.

https://github.com/tarantool-php/client

Regards

catfan commented 5 years ago

@zilveer Sorry, I don't understand what's your mean called support for this with Medoo. Medoo is only and always a PDO-based framework for connecting and manipulating SQL database.

Calling us to support for this, is calling the project to be reconstructed and be recreated. That's not make sense.

zilveer commented 5 years ago

Thanks for your reply but I don't think that it needs to be in the way you describe, once you see that Tarantool works in the same way SQL behaves you will then understand that it wouldn't need any refactoring.

Regards