Commit Graph

123 Commits

Author SHA1 Message Date
de93ee1f2c Added random id generator. 2023-07-01 13:26:36 -04:00
c70c006abd Now returning duplicate database errors. 2023-06-30 22:38:18 -04:00
e73fdbff75 Commit adds db from each session. 2023-06-30 12:23:28 -04:00
05d445c58b Added a basic commit function. 2023-06-29 00:17:49 -04:00
933d48a47c Make store list work. 2023-06-25 10:39:14 -04:00
c26089caed Protect against duplicate databases. 2023-06-24 10:48:35 -04:00
d90dc3b9fc Can now add database to store. 2023-06-23 08:30:49 -04:00
a23b5d467e Setup store to hold databases. 2023-06-22 11:08:40 -04:00
c8b93d9922 Moved old database code. 2023-06-22 10:35:05 -04:00
ecfc8fdf90 Got the client and engine connecting. 2023-06-20 11:51:32 -04:00
dd1c45ddbe Continuing channel setup. 2023-06-17 12:01:58 -04:00
30ea8d978c Setup for data. 2023-06-03 15:27:26 -04:00
914e7a8146 Setup store. 2023-05-30 00:18:13 -04:00
646e0597ca Move store. 2023-05-29 23:34:52 -04:00
50a4431316 Setting up for data storage. 2023-05-29 15:42:32 -04:00
9f368b0b95 Added a requests trait. 2023-05-25 11:00:20 -04:00
69acfefc0c Added commit data. 2023-05-11 08:46:44 -04:00
0f8670f686 Adding putting a database into a store. 2023-04-23 13:13:38 -04:00
90ab5809b1 Improved query error handling. 2023-04-18 09:02:18 -04:00
41afc07bfa Final bit of interface cleanup. 2023-04-15 10:18:56 -04:00
9faa96d307 Cleaned up the cache interface. 2023-04-15 09:47:48 -04:00
30c9562542 Separated message functions. 2023-04-12 18:33:39 -04:00
448de012d3 Added empty commit. 2023-04-11 08:12:41 -04:00
bb23397eb0 Added the database datatype. 2023-04-10 07:52:53 -04:00
da26693242 Refactored test. 2023-04-09 09:45:39 -04:00
572abbeda8 Got the cache channels setup. 2023-04-08 15:04:04 -04:00
e2d32f4a8c Added new function to DataType 2023-04-04 12:36:10 -04:00
659a2758bb Pulled back to use async channels. 2023-04-04 09:59:29 -04:00
685ddfe32d Moved existing mod out of the way. 2023-04-03 14:59:40 -04:00
6d61af5136 Added id generator. 2023-03-28 07:38:12 -04:00
4b0af019c8 Moved session inside database. 2023-03-26 10:30:22 -04:00
ee45375085 Removed session as separate code. 2023-03-26 09:30:42 -04:00
c75bea3913 Setup initial db session. 2023-03-24 08:00:48 -04:00
40aae3ef5a Moved entry into separate file. 2023-03-22 22:41:40 -04:00
1f36848450 Moved in new mod file. 2023-03-21 18:35:42 -04:00
d4d42a599e Moved to new mod file. 2023-03-21 17:48:24 -04:00
3de5c2857b Removing old mod file. 2023-03-21 17:47:20 -04:00
abfa7114df got datatype read/write working with database. 2023-03-19 13:02:20 -04:00
418ba26da9 Stubbed out database. 2023-03-16 22:32:10 -04:00
e125d79a6c Added error codes to store. 2023-03-15 07:38:39 -04:00
a3d8feb37a Added cache initialization. 2023-03-14 11:32:37 -04:00
c477a92945 Added initialization failure. 2023-03-05 11:15:32 -05:00
8fada737ac Replaced filename string with PathBuf. 2023-03-05 00:19:11 -05:00
691ab6a27e Added entry remove function. 2023-02-19 11:27:28 -05:00
0ffb30d322 Added retrival function. 2023-02-17 09:05:06 -05:00
c0e4a5fad7 added Entry update function. 2023-02-15 12:13:19 -05:00
ef48fde890 Finished out Entry's new and get functions. 2023-02-15 09:47:15 -05:00
9b0154064f Handled unicode error. 2023-02-15 07:10:28 -05:00
894fcbcd02 In process of separating cache from database. 2023-02-13 10:19:20 -05:00
716b559062 Began reworking cache. 2023-02-12 10:39:39 -05:00