chisel 1.0.0
chisel: ^1.0.0 copied to clipboard
A Dart library for managing PostgreSQL databases with ease.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2025-01-29 #
6603a51...76eff1b
⛰️ Features #
- [2025-01-28 11:54] Implement robust CRUD operations, logging, and testing framework (2f4ffa2)
- [2025-01-28 08:59] Improve Chisel database integration tests (64f3b51)
- [2025-01-28 08:55] Added a line breaker to be more understandable the log msgs (f54796a)
- [2025-01-28 08:54] Added a check if hasColums at Table to validate fields (f82dbcf)
- [2025-01-28 08:52] Created a initialize function to simplify the process of mirroring (c8ef65f)
- [2025-01-28 06:01] Created a logger for the whole lib (2411141)
- [2025-01-27 09:33] Modified Column class to define a const constructor and created a ForeignKey class (6c6b007)
- [2025-01-27 09:19] Add foreign key handling, model templates, and CRUD interface (9f6816e)
- [2025-01-27 08:12] Created a full step of mirroring the tables and column/fields type and test it (ec44e4a)
- [2025-01-27 07:14] Created first interface for testing connection (fc7d7cb)
- [2025-01-27 06:56] Added a separed module for querying string of tables and columns/fields (12d8244)
- [2025-01-27 06:51] Improved some function to be acessible (5332d83)
- [2025-01-27 05:25] Implement SQL connection class (a0a9aa5)
⚙️ Miscellaneous Tasks #
- [2025-01-29 05:14] release: Finalize adjustments for v1.0.0 (76eff1b)
- [2025-01-27 06:54] Added postgres and logging lib on pubspec (296b6af)