文本数据库GNU Recutils

发布于 2022-07-28 07:59:18 字数 257 浏览 20 评论 5

GNU Recutils 1.6 发布,增加对联合查询和外键的支持,支持字段分组和排序,重写了字段表达式的规则,支持聚合函数,改进了 emacs 模式,完善了用户手册等等。

GNU Recutils 是一组工具和开发包用来访问名为 recfiles 的文本数据库。

recfile 包含了顺序记录的数据结构,rec格式支持数据集成和记录描述 (keys, mandatory fields, field types, etc.) ,可用来存储一些简单的中等规模的数据。
数据库, 联合, 查询, 表达式, 函数

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

っ〆星空下的拥抱 2022-08-02 14:55:57

Integration with org-mode

Read data from recfiles into a table in an org-mode buffer in Emacs.

Publish the resulting data.

Templates

Generate reports.

Build your own exporters.

Complete user manual

Full description of the format.

Documentation for the utilities.

Usage examples.

Easy deployment

C library: librec

Rich set of utilities to be used in shell scripts and in the command line.

稚然 2022-08-02 03:59:01

Advanced Emacs mode

Navigation mode and editing mode.

Field folding.

Visual edition of fields driven by types.

User manual.
gnu-recutils.png

请爱~陌生人 2022-07-30 18:14:32

Advanced database facilities

Joins and foreign keys.

Grouping and sorting.

Aggregate functions.

Encryption Support

Selective: individual fields can be encrypted.

Password-based AES.

Converters from/to other formats

mdb files to recfiles.

csv files to/from recfiles.

国产ˉ祖宗 2022-07-28 16:14:14

GNU Recutils is a set of tools and libraries to access human-editable, plain text databases called recfiles. The data is stored as a sequence of records, each record containing an arbitrary number of named fields. The picture below shows a sample database containing information about GNU packages, along with the main features provided by recutils.

Data Integrity

Mandatory and forbidden fields.

Unique fields and primary keys.

Auto-counters and time-stamps.

Arbitrary constraints.

Rich Type System for Fields

Predefined: integer, real, date, etc.

User-defined: based on regular expressions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文