arturo-lang / grafito

Portable, Serverless & Lightweight SQLite-based Graph Database in Arturo
MIT License
143 stars 7 forks source link

Using Grafito in a website? #5

Closed drkameleon closed 2 years ago

drkameleon commented 3 years ago

@MichaelCMcCann https://github.com/arturo-lang/arturo/issues/23

How feasible would it be to embed a Gafito database into a webpage and make it browsable in real time?

drkameleon commented 3 years ago

@MichaelCMcCann

Now, that's a very interesting one.

Let's see...

First of all, a Grafito database is stored as an SQLite database - so wherever you can use an SQLite database, you could easily use a Grafito database.

Now, if the question is about using the whole package (meaning the database as a pure graph database, with the appropriate commands and all...) then:

What are you thinking of exactly? Can you give me an example?