athena_sql
Dart SQL query builder, expressive and user-friendly API to build and manage SQL queries in your Dart projects.
1.3.0
athena-sql/athena_sql
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships unpredictably
gaps range from 9 days to 1.4 years
Nearly every release is documented
notes for 16 of 17 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
17 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
17 releases · May 2023 to Nov 2024Releases
latest 17-
1.3.029 Nov 2024 -
1.1.825 Jul 2023Release notes
Open source →- FIX: reversed reset migration (#49).
2023-07-25
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
athena_utils-v1.0.4athena_migrate-v1.0.5athena_sql-v1.1.7athena_mysql-v1.0.12athena_postgres-v1.0.12
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
athena_migrate-v1.0.5athena_sql-v1.1.7athena_mysql-v1.0.12athena_postgres-v1.0.12
-
1.1.725 Jul 2023 -
1.1.625 Jul 2023Release notes
Open source →- FIX: migration down comparable (#47).
2023-07-25
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
athena_postgres-v1.0.10athena_mysql-v1.0.10
-
1.1.525 Jul 2023Release notes
Open source →- FIX: parse select (#46).
2023-07-24
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
athena_postgres-v1.0.9athena_mysql-v1.0.9
-
1.1.424 Jul 2023Release notes
Open source →- FIX: add joins (#45).
2023-07-23
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
athena_mysql-v1.0.8
-
1.1.323 Jul 2023Release notes
Open source →- FIX: insert many items (#44).
2023-06-10
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
athena_mysql-v1.0.7
-
1.1.210 Jun 2023Release notes
Open source →- FIX: insert returning (#43).
2023-06-01
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
athena_postgres-v1.0.6athena_mysql-v1.0.6
-
1.1.101 Jun 2023Release notes
Open source →- FIX: add if exits to alter actions (#41).
- FIX: add drop column.
- FIX: add multi column.
2023-06-01
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
athena_migrate-v1.0.4athena_mysql-v1.0.5athena_postgres-v1.0.5athena_sql-v1.1.0athena_utils-v1.0.3
Release notes
Open source →- FIX: add if exits to alter actions (#41).
- FIX: add drop column.
- FIX: add multi column.
-
1.1.001 Jun 2023Release notes
Open source →- FIX: bump to dart 3 (#39).
- FIX: is in flatten array (#30).
- FEAT: alter table add column (#37).
- FEAT: select from table where builders (#15).
-
1.0.725 May 2023 -
1.0.620 May 2023 -
1.0.416 May 2023Release notes
Open source →- FIX: command menu properlty viewed (#48).
2023-07-25
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
athena_mysql-v1.0.11athena_postgres-v1.0.11
-
1.0.313 May 2023Release notes
Open source →- FIX: bump to dart 3 (#39).
2023-05-25
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
athena_postgres-v1.0.4athena_mysql-v1.0.4
-
1.0.213 May 2023 -
1.0.111 May 2023Nothing published for this version
-
1.0.011 May 2023Release notes
Open source →- Initial version.
- builders and schemas that represent queries
- Create Table, Drop Table, Insert Values, Select