t_db 0.2.1 copy "t_db: ^0.2.1" to clipboard
t_db: ^0.2.1 copied to clipboard

TDB<T> is a base abstract class for a generic binary database.It is designed to provide type-safe, object-oriented (OOP) database operations for any user-defined type `T`.

0.2.1 #

  • Added maybeCompact -> Optional in add,addAll,update,delete
  • Added isDBInitialized -> init Usage
  • Added addAll -> Multi Add Record

0.1.0 #

  • Initial version.
0
likes
160
points
35
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

TDB<T> is a base abstract class for a generic binary database.It is designed to provide type-safe, object-oriented (OOP) database operations for any user-defined type `T`.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on t_db