zed/crates/sqlez/src
2022-12-03 16:06:01 -08:00
..
bindable.rs working serialized writes with panics on failure. Everything seems to be working 2022-12-03 16:06:01 -08:00
connection.rs Added multi-threading problem test 2022-12-03 16:06:01 -08:00
domain.rs Added sql! proc macro which checks syntax errors on sql code and displays them with reasonable underline locations 2022-12-03 16:06:01 -08:00
lib.rs working serialized writes with panics on failure. Everything seems to be working 2022-12-03 16:06:01 -08:00
migrations.rs make thread safe connection more thread safe 2022-12-03 16:06:01 -08:00
savepoint.rs Added center group deserialization 2022-12-03 16:06:01 -08:00
statement.rs Added sql! proc macro which checks syntax errors on sql code and displays them with reasonable underline locations 2022-12-03 16:06:01 -08:00
thread_safe_connection.rs Address some issues with the sqlez_macros 2022-12-03 16:06:01 -08:00
typed_statements.rs Made dev tools not break everything about the db 2022-12-03 16:06:01 -08:00
util.rs make thread safe connection more thread safe 2022-12-03 16:06:01 -08:00