Results for "tag:database"
-
abel: Eiffel ABEL 8
A library for unified access to persistence services.
persistency database dbms rdbms odbms sql nosql mysq sqlite couchdb
Fri, 21 Feb 2025 18:01:57 GMT
-
mongo: MongoDB 3
MongoDB wrapper to access MongoDB server - client - database - collection - uri - ... BSON wrapper
mongo mongodb bson json nosql database document
Fri, 21 Feb 2025 18:07:08 GMT
-
mysqli: Eiffel MySQLi 8
MySQLi Eiffel wrapper.
persistency database sql mysql
Fri, 21 Feb 2025 18:01:46 GMT
-
sqlite3: Eiffel sqlite3 library 8
Eiffel SQLite wrapper for http://www.sqlite.org/ library. This provides a statically linked sqlite, based in SQLite 3.7.8.
persistency database sqlite sqlite3
Fri, 21 Feb 2025 18:01:44 GMT
-
store: Eiffel Store 10
EiffelStore: Relational database mapping for Eiffel.
store database mysql oracle odbc sybase sql relationaļ dbms rdbms
Fri, 21 Feb 2025 18:04:30 GMT
Usage: "criterion:value" (note: "value" is aliased with "text:value") Criteria: [name] name:foo* - packages of short name matching "foo*" pattern [title] title:base - packages of title "base" [tag] tag:web - packages tagged "web" [description] description:"advanced usage" - packages with phrase "advanced usage" in their description [owner] owner:*Caesar - packages published by users with the user names matching "*Caesar" [downloads] downloads:10 - packages with at least 10 downloads [text] text:abc - equivalent to "name:abc or title:abc or tag:abc" Criteria can be combined with "and" (the default), "or" (aliased with prefix "+"), "not" (aliased with prefix "-"). Criteria "name", "title", "tag" and "description" supports wildcards (*,?).