Skip to content

Commit 1d38b94

Browse files
author
Debojeet Das
authored
Update README.md
1 parent 4bea9b5 commit 1d38b94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# FlowDB
22

3-
[![CI](https://github.com/Linux/flowdb/actions/workflows/ci.yml/badge.svg)](https://github.com/Linux/flowdb/actions/workflows/ci.yml)
43
[![Go Version](https://img.shields.io/badge/go-1.22%2B-blue.svg)](https://golang.org/dl/)
54
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
65
[![TPC-H Q1](https://img.shields.io/badge/TPC--H%20Q1-TBD-lightgrey.svg)](https://www.tpc.org/tpch/)
@@ -214,4 +213,4 @@ psql -h localhost -p 5432 -U postgres
214213
- **Resource Safety**: Strict ownership semantics for memory (no leaks in long-running sessions) and file descriptors (close-on-exec for all FDs).
215214
- **Defensive Design**: Array bounds checks disabled only after proven safe via fuzzing; all external inputs validated at layer boundaries.
216215

217-
FlowDB is built for engineers who understand that database performance emerges from the correct interaction of every layer, not from optimizing individual components in isolation.
216+
FlowDB is built for engineers who understand that database performance emerges from the correct interaction of every layer, not from optimizing individual components in isolation.

0 commit comments

Comments
 (0)