laravel-surrealdb
laravel-surrealdb copied to clipboard
Integrates SurrealDB with the Laravel framework
# Documentation Should be able to support most, if not all, features of the SurrealDB `DELETE` statement. Link to documentation: https://surrealdb.com/docs/surrealql/statements/delete
# Documentation Use the SurrealDB `DEFINE TABLE` statement to build tables during migrations. Link to documentation: https://surrealdb.com/docs/surrealql/statements/define/table - Use `DEFINE FIELD` to create new fields - Use `DEFINE INDEX` to...
# Documentation Should be able to support most, if not all, features of the SurrealDB `INSERT` statement. Link to documentation: https://surrealdb.com/docs/surrealql/statements/insert ## Notes - This is essentially an "upsert"
# Documentation Should be able to support most, if not all, features of the SurrealDB `SELECT` statement. Link to documentation: https://surrealdb.com/docs/surrealql/statements/select
# Documentation Should be able to support most, if not all, features of the SurrealDB `CREATE` statement. Link to documentation: https://surrealdb.com/docs/surrealql/statements/create
# Documentation Should be able to support most, if not all, features of the SurrealDB `UPDATE` statement. Link to documentation: https://surrealdb.com/docs/surrealql/statements/update