Releases: rmunate/SQLServerLite
V 2.2.0
🚀 SQLServer Lite
If you've ever needed to connect your Laravel project with SQL Server, you may have encountered delays in processing when using the Query Builder or the framework's ORM. These delays could be attributed to the extensive codebase supporting various database engines or other processing overhead.
Furthermore, the lack of support for all SQL Server versions adds to the challenge. To address these issues, this package was developed.
This library is compatible with PHP +7.4 and Laravel versions 9.0 and higher
Documentation
Installation
To install the dependency via Composer.
composer require rmunate/sql-server-lite
License
This project is under the MIT License.
🌟 Support My Projects! 🚀
Make any contributions you see fit; the code is entirely yours. Together, we can do amazing things and improve the world of development. Your support is invaluable. ✨
If you have ideas, suggestions, or just want to collaborate, we are open to everything! Join our community and be part of our journey to success! 🌐👩💻👨💻
V 2.1.0
🚀 SQLServer Lite
If you've ever needed to connect your Laravel project with SQL Server, you may have encountered delays in processing when using the Query Builder or the framework's ORM. These delays could be attributed to the extensive codebase supporting various database engines or other processing overhead.
Furthermore, the lack of support for all SQL Server versions adds to the challenge. To address these issues, this package was developed.
This library is compatible with PHP +7.4 and Laravel versions 9.0 and higher
Documentation
Installation
To install the dependency via Composer.
composer require rmunate/sql-server-lite
License
This project is under the MIT License.
🌟 Support My Projects! 🚀
Make any contributions you see fit; the code is entirely yours. Together, we can do amazing things and improve the world of development. Your support is invaluable. ✨
If you have ideas, suggestions, or just want to collaborate, we are open to everything! Join our community and be part of our journey to success! 🌐👩💻👨💻
V 2.0.0
Release Notes
[2.0.0]
Added
-
Singleton: Starting from version 2.0, it is guaranteed to work with the singleton architecture, ensuring a single instance of a persistent connection.
-
Exception Handling: The way exceptions are thrown has been rewritten for improved readability and clarity.
-
Params: The usage of params has been refined through a fluent method.
Changed
- Final Methods: The final methods for returning values have been completely redefined.
Removed
- Wrappers: Wrappers for pre-existing package methods have been removed, and no support will be provided for previous versions.