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

Remove Doctrine DBAL #19

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Conversation

hafezdivandari
Copy link
Contributor

Doctrine DBAL is removed on Laravel 11.x; Therfore, this PR uses native schema methods instead:

  • Schema::getTables() (L10.34)
  • Schema::getColumns($table) (L10.37)
  • Schema::getTableListing() (L10.43)

PS: This PR drops support for Laravel 9.x (end-of-life) and is a starting point to support Laravel 11.x on this package.

Fixes #1
Fixes #6
Fixes #17

@mpociot mpociot merged commit 298fa23 into beyondcode:main Feb 14, 2024
@mpociot
Copy link
Member

mpociot commented Feb 14, 2024

Thank you for the PR.Just to let you know, this repository will be archived, as this codebase was more meant to be a "prototype" and share how things can be done (especially when everything around OpenAI and prompt engineering was still super new)

@hafezdivandari hafezdivandari deleted the remove-doctrine-dbal branch February 14, 2024 10:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants