laravel / ideas

Issues board used for Laravel internals discussions.
939 stars 28 forks source link

Support for TiDB #2582

Open bb7133 opened 3 years ago

bb7133 commented 3 years ago

TiDB is an open-source NewSQL database inspired by Google Spanner/F1 and aims for MySQL compatibility.

I've noticed some TiDB users are using Laravel with TiDB through MySQL protocol, and there'll be some inconviences due to:

I've a plan for the further implmentation for TiDB with Laravel, please, let me know what you think about that. It would be appreciated if there's a speicifc guide for the database integrations.

Thanks!