Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0.0 #14

Merged
merged 6 commits into from
Jul 21, 2024
Merged

v2.0.0 #14

merged 6 commits into from
Jul 21, 2024

Conversation

florinpatrascu
Copy link
Owner

This version is introducing major breaking changes. We drop the concept of a CT Adapter and focus on using Ecto, for the core functions. The (in)memory adapter is gone.

This version is introducing major breaking changes. We drop the concept of a CT Adapter and focus on using Ecto, for the core functions. The (in)memory adapter is gone.

Also important: we're going "process-less", simple, streamlined, efficient and maybe a tad fast(er)

This is very much a work in progress, with a list of immediate todos as follow:

- code cleanup and update the documentation
- allow the user to define her own:
  - primary key; name and maybe type
  - foreign key; name and maybe type - optional
  - callbacks (l8r)
- telemetry and better logging
- mix tasks for generating CT migrations
- support for "plugins" ..
- we return exactly what Ecto returns from functions such as insert_all, update_all and delete_all
- updated documentation
fix a typo
This version is introducing major breaking changes. We drop the concept of a CT Adapter and focus on using Ecto, for the core functions. The (in)memory adapter is gone.
@florinpatrascu florinpatrascu merged commit aed8a08 into main Jul 21, 2024
2 checks passed
@florinpatrascu florinpatrascu deleted the v2_dev_branch branch July 21, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant