10 Commits

Author SHA1 Message Date
b323dc14eb Bumped package version to 1.1.2. Improved documentation, simplified the column attribute and added the ability to mark columns as unique. Indexes now don't need a name to be specified, one will be generated if none is provided, and a few other wording changes and renaming was done. 2023-06-13 15:08:40 -07:00
15e51b7a42 Simplified MySqlColumn by removing Default and Nullable. Added support for built in Nullable types. Bumped package version to 1.1.0 2023-02-22 08:06:42 -08:00
0348b26aec Improved documentation, bumped package version to 1.0.6 2023-01-31 18:24:29 -08:00
c4c39bfc46 Improved MySqlManagedConnection retry logic. Added new MySqlRowIndex attribute to specify the indexes for a given row. Improved documentation and the example program. Bumped version number to 1.0.5 2023-01-31 16:58:19 -08:00
287cb2d43d Added new functions and helpers to help create tables and set them up. Bumped package version to 1.0.3 2023-01-31 13:03:17 -08:00
70dd86766b Moved the DateTime To Unix converter an official converter apart of the library. Bumped package version to 1.0.2 2023-01-30 21:28:34 -08:00
8cdcf02ab5 Implemented the MySqlColumn converter and added more example code. Improved documentation. Added new DeleteAll function. 2023-01-30 20:13:51 -08:00
2d85bf4d62 Added more documentation. Simplified and cleaned up code. Added new MySqlDataReader extensions to help with reading single rows or many rows. Added more helper session functions and new MySqlCommand extensions. 2023-01-30 18:21:30 -08:00
c7602f6b0a Simplified some logic and added initial Insert, Update, Get, Delete session functions. 2023-01-27 16:18:25 -08:00
41cd87b2f4 Working on initial project structure. 2023-01-27 11:34:31 -08:00