This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A (very hacky!) surreal db driver with export/import capability! | |
I had a lot of fun making this! It's for an angular project I'm working on as a hobby. | |
I am by no means a professional, so feedback and suggestions are welcome. | |
Let me know if you have any questions! | |
After injecting the service: | |
constructor(private surreal: SurrealService) | |
You can construct queries like this, returned as an observable: (This is just a simple example) | |
this.surreal |