Breezeblocks

Latest version: v0.3.2

Safety actively analyzes 701610 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.2.1

-----
Adds DML functionality. New builders and new operations for database inserts,
updates, and deletes have been added. They are accessible from the Database
class just like the query builder.

The new builders use a similar interface to the query builder, and the new
operations use a similar interface to the query.

0.2.0

-----
Divide the responsibilities of building and representing a query between two
classes, Query and the new QueryBuilder.

If upgrading from a previous version, please review the Query and QueryBuilder
classes. When building a query, query_builder.get() must now be invoked to
get a usable query object.

0.1.1

-----
Introduces the Column Collection concept to the code, and starts using its
implementation in tables, joins, and queries.

0.1.0

-----
Query functionality covers enough possibilities of the SQL language to meet
most anticipated developer needs.

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.