feat: implement database handlerImplement a database api to manage nodes and relationships in a "graph databaselike" implemented in sqlite.closes #1

This commit is contained in:
Alexander Navarro 2024-11-13 19:55:02 +00:00
parent 5aaacb10e3
commit b2d8dadcee
17 changed files with 963 additions and 0 deletions

View file

@ -0,0 +1,6 @@
name,category,metadata
Mist,web framework,"{""github"":""rawhat/mist"",""package"":""mist"",""hex"":""mist""}"
Gleeunit,testing,"{""github"":""gleam-lang/gleeunit"",""package"":""gleeunit"",""hex"":""gleeunit""}"
Gleam_http,http,"{""github"":""gleam-lang/http"",""package"":""gleam_http"",""hex"":""gleam_http""}"
Gleam_json,serialization,"{""github"":""gleam-lang/json"",""package"":""gleam_json"",""hex"":""gleam_json""}"
Gleam_otp,concurrency,"{""github"":""gleam-lang/otp"",""package"":""gleam_otp"",""hex"":""gleam_otp""}"
1 name category metadata
2 Mist web framework {"github":"rawhat/mist","package":"mist","hex":"mist"}
3 Gleeunit testing {"github":"gleam-lang/gleeunit","package":"gleeunit","hex":"gleeunit"}
4 Gleam_http http {"github":"gleam-lang/http","package":"gleam_http","hex":"gleam_http"}
5 Gleam_json serialization {"github":"gleam-lang/json","package":"gleam_json","hex":"gleam_json"}
6 Gleam_otp concurrency {"github":"gleam-lang/otp","package":"gleam_otp","hex":"gleam_otp"}