Commit Graph

181 Commits

Author SHA1 Message Date
Jeff Baskin eb97e3399a Added cache entry identifier. 2022-12-10 09:26:06 -05:00
Jeff Baskin 470c6612de Formatting. 2022-12-08 11:08:05 -05:00
Jeff Baskin fcec57414a Added cache update function. 2022-12-08 10:58:29 -05:00
Jeff Baskin d73a18be2d Added error for missing cache entry. 2022-12-06 11:42:11 -05:00
Jeff Baskin bdcee41dcf Return a cache entry. 2022-12-05 23:23:39 -05:00
Jeff Baskin 4f73a31cf0 Added random cache ids. 2022-12-05 23:21:13 -05:00
Jeff Baskin 47b9a071a4 Added random cache ids. 2022-12-04 11:09:56 -05:00
Jeff Baskin 14c6c9dffe Refactored test database setup. 2022-12-03 10:22:54 -05:00
Jeff Baskin 8f704844c3 added add_cache function. 2022-12-03 09:15:58 -05:00
Jeff Baskin 4e4344624e Improved error message. 2022-12-03 08:26:21 -05:00
Jeff Baskin 8eb916771e Sloppy update. 2022-12-02 10:34:45 -05:00
Jeff Baskin 2da67487b5 Got use to return a database. 2022-10-31 10:01:07 -04:00
Jeff Baskin 1829ff8c4a removed the pest items for now. 2022-10-23 16:55:29 -04:00
Jeff Baskin 786c69d840 Added initial elements for SQL. 2022-09-27 07:31:59 -04:00
Jeff Baskin dda166ecbe Added new function to field types. 2022-08-12 18:57:57 -04:00
Jeff Baskin 69e311226e Added field types back into application. 2022-08-11 07:30:22 -04:00
Jeff Baskin c7d9cf0a69 Added a column definition. 2022-08-08 07:53:35 -04:00
Jeff Baskin 07baa7bbec Can retrieve a table now. 2022-08-07 09:29:08 -04:00
Jeff Baskin 15ee9f7fa9 Added str/string variation to add table. 2022-08-06 12:38:58 -04:00
Jeff Baskin 07fc00fa93 Added a table to the database. 2022-08-06 12:03:47 -04:00
Jeff Baskin ac869f8188 Added a table structure. 2022-08-05 16:47:01 -04:00
Jeff Baskin 966c4bed2b Reworking database to match field types. 2022-08-05 08:32:38 -04:00
Jeff Baskin dd1aa38c0e moved field types into separate module. 2022-08-03 08:23:00 -04:00
Jeff Baskin fc91e2cd8b Refactor tests. 2022-07-24 23:11:33 -04:00
Jeff Baskin 4a810a575c Adapted field type to use into() 2022-07-24 22:36:08 -04:00
Jeff Baskin 108da0267b Readability changes. 2022-07-23 21:50:37 -04:00
Jeff Baskin a58dd43a2b Moved the conversion into the function. 2022-07-23 21:42:30 -04:00
Jeff Baskin 59361c0a87 Got error source working. 2022-07-23 21:28:34 -04:00
Jeff Baskin ec95a0bbf2 Added an Error create. 2022-07-22 20:34:50 -04:00
Jeff Baskin a6e0868890 Setting up to give FieldType a new function. 2022-07-21 09:26:23 -04:00
Jeff Baskin 111635a61c Started adding a record to the database. 2022-07-20 23:04:17 -04:00
Jeff Baskin ca64717cea Still working on getting database to store session key. 2022-07-20 09:31:21 -04:00
Jeff Baskin 620e5593e0 Made Database the mtt engine. 2022-07-18 17:24:45 -04:00
Jeff Baskin dfa96dfc00 Added fields to table. 2022-07-13 00:14:00 -04:00
Jeff Baskin 6ed821e4b8 Began building database engine seperate from query language. 2022-07-12 16:55:20 -04:00
Jeff Baskin 450e4fb53d Changed database to a less generic name. 2022-07-11 09:13:43 -04:00
Jeff Baskin 5839cb93a2 Added empty table description. 2022-07-08 09:03:35 -04:00
Jeff Baskin e19c4c6c48 Moved database into a module. 2022-07-05 17:29:10 -04:00
Jeff Baskin fbc83d827b Creating database module. 2022-07-04 09:08:19 -04:00
Jeff Baskin 3095f01923 No duplicate tables. 2022-07-03 10:33:50 -04:00
Jeff Baskin c5283cf584 Added not table return. 2022-07-03 08:43:59 -04:00
Jeff Baskin 30cb65914d Added table query. 2022-07-02 12:19:59 -04:00
Jeff Baskin 768a61d1d5 Removed extra reference. 2022-07-01 12:49:09 -04:00
Jeff Baskin f1dbe6daf0 Removed pointless query. 2022-07-01 12:35:00 -04:00
Jeff Baskin adb4740a10 Refactored test. 2022-07-01 12:29:02 -04:00
Jeff Baskin 9ebc7bef5e Added a tables listing. 2022-07-01 12:03:47 -04:00
Jeff Baskin b7ba8347df Removed some commented code. 2022-07-01 00:00:11 -04:00
Jeff Baskin 595cd99b0b Added tables to database. 2022-06-30 23:56:40 -04:00
Jeff Baskin be961b2b99 Added GraphQL to the database. 2022-06-30 08:37:27 -04:00
Jeff Baskin c70e403266 Added GraphQL query function. 2022-06-27 12:15:12 -04:00