mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2025-12-11 17:40:07 +01:00
6 lines
251 B
Nix
6 lines
251 B
Nix
{
|
|
name = "surrealdb";
|
|
version = "0.0.1";
|
|
description = "As a multi-model database, SurrealDB enables developers to use multiple techniques to store and model data, without having to choose a method in advance";
|
|
defaultProject = "surrealdb";
|
|
}
|