ports/databases/ruby-kirbybase/pkg/DESCR

5 lines
243 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
KirbyBase is a small, plain-text, DBMS written in Ruby. It can be used
in an embedded or client/server configuration. It aims to be as
"Ruby-ish" as possible. For example, queries are specified using Ruby
code blocks, rather than SQL strings.