Hacker News
- Show HN: Open-Source Tool to Generate AI-Agent APIs from Your Database https://github.com/centralmind/gateway 2 comments
- pREST – A fully RESTful API from any existing PostgreSQL database writting in Go https://github.com/nuveo/prest 85 comments
- Automatic REST API for Any Postgres Database https://github.com/begriffs/postgrest 68 comments
- Your own movie database in 5 minutes with IMDb API and Perl http://bobbelderbos.com/2011/11/movie-database-imdb-api-perl/ 44 comments
- Beyond HTML5: Database APIs and the Road to IndexedDB http://hacks.mozilla.org/2010/06/beyond-html5-database-apis-and-the-road-to-indexeddb/ 12 comments
Lobsters
- Your Database as an API http://kevinmahoney.co.uk/articles/your-database-as-an-api/ 15 comments databases
- Exposed DeepSeek Database Revealed Chat Prompts and Internal Data | China-based DeepSeek has exploded in popularity, drawing greater scrutiny. Case in point: Security researchers found more than 1 million records, including user data and API keys, in an open database https://www.wired.com/story/exposed-deepseek-database-revealed-chat-prompts-and-internal-data/ 23 comments technology
- Lirbary to store rate limited API responses in database https://igdb.com 3 comments webdev
- For the post every day wondering what local database to use with Expo, after trying their sqlite (terrible API), watermelondb (so hard to use), realm (relationships melted my brain), maybe this'll help, my own SQLite ORm wrapper based on Laravel https://www.npmjs.com/package/expo-sqlite-eloquent-orm 21 comments reactnative
- Mirror your database on an API with 0 code lines! Use prestd https://www.youtube.com/watch?v=GHZRPY-4W0k 4 comments postgresql
- Build flexible GraphQL APIs by treating the Schema like a Database https://wundergraph.com/blog/graphql_database_schema_design 2 comments javascript
- Better Software Architectures Using the Operating System: Do you need a Database and an API? https://betterprogramming.pub/better-software-architectures-using-the-operating-system-do-you-need-a-database-d667443cbccb 65 comments programming
- [ANN] unicode-data-0.3.0: APIs to efficiently access the Unicode character database https://hackage.haskell.org/package/unicode-data-0.3.0 2 comments haskell
- After years of development, we just released Directus 9 today! Our open-source platform instantly turns any SQL database into a no-code App and dynamic API (REST+GraphQL). Our team would really love your feedback!! https://www.producthunt.com/posts/directus-9 12 comments webdev
- Connect API and a Database with Docker Network https://dev.to/rizkyrajitha/connect-api-and-a-database-with-docker-network-299g 2 comments javascript
- Expose Database over Rest API with TypeORM and First-Class Entity https://javascript.plainenglish.io/70f2f53bb2a8 4 comments reactjs
- Basiliq: Exposing a Postgres database via a REST API that follows JSON:API specifications https://www.reddit.com/r/rust/comments/n3wu74/basiliq_exposing_a_postgres_database_via_a_rest/ 12 comments rust
- I wrote an embedded NoSQL database (embedded as-in SQLite) that implements the PyMongo API. https://github.com/scottrogowski/mongita 2 comments database
- FireGo : A little Golang API which allows to dynamically create JSON documents with a NoSQL Database perspective https://www.reddit.com/r/golang/comments/kofza9/firego_a_little_golang_api_which_allows_to/ 11 comments golang
- Experiment result: You can build & deploy a webapp complete with SSL, .com domain, a database, documented API, and simple backend in 30 minutes with modern tools https://swizec.com/blog/is-hot-dog-taco/swizec/9219 13 comments programming
- Get an instant high performance GraphQL API for Postgres. No code needed. GraphQL is automatically transformed into efficient database queries. https://supergraph.dev/ 28 comments golang
- ChegoJS - universal database API, MySQL style fluent interface https://github.com/chegojs 22 comments javascript
- How do people go about building databases for popular games when there is no API? https://www.reddit.com/r/learnprogramming/comments/amudh7/how_do_people_go_about_building_databases_for/ 3 comments learnprogramming
- Access your Amazon Aurora Serverless Database with the New Data API (Beta) https://aws.amazon.com/about-aws/whats-new/2018/11/aurora-serverless-data-api-beta/ 13 comments aws
- R2DBC – Fully reactive API for relational databases initiative announced at SpringOne Platform http://r2dbc.io 9 comments java
- Guys, REST APIs are not Databases https://medium.com/@marinithiago/guys-rest-apis-are-not-databases-60db4e1120e4 53 comments ruby
- JDBC Next: a New JDK API for Asynchronous Database Access https://blogs.oracle.com/java/jdbc-next%3A-a-new-asynchronous-api-for-connecting-to-a-database 12 comments programming
- A "Database API" for static sites https://www.reddit.com/r/webdev/comments/6no2gu/a_database_api_for_static_sites/ 20 comments webdev
- [Question] Help needed, a point in the right direction. SQL, JAVA, JDBC, Migrating data from API connection(mysql) to local database(sqlserver). https://www.reddit.com/r/learnprogramming/comments/5kxhsi/question_help_needed_a_point_in_the_right/ 9 comments learnprogramming
- Isokey - Scalable API keys without a database backend via HMAC signatures https://github.com/ammario/isokey 9 comments golang
- Building Database Driven JSON API's with Flask-RESTFUL and SQLAlchemy http://techarena51.com/index.php/buidling-a-database-driven-restful-json-api-in-python-3-with-flask-flask-restful-and-sqlalchemy/ 3 comments flask
- PostgREST – REST API from any PostgreSQL database https://github.com/begriffs/postgrest 5 comments coding
- Announce: hasql: A minimalistic general high level API for relational databases http://hackage.haskell.org/package/hasql 13 comments haskell
- PlaintextOffenders – API and Searchable Database https://8ack.de/plato/ 17 comments netsec
- Spigot: A gem for mapping API data to your database. My first real gem, I'd love some feedback. http://mwerner.github.io/spigot/ 3 comments ruby
- Beautiful database API for IndexedDB https://bitbucket.org/ytkyaw/ydn-db/wiki/home 13 comments javascript
- CppDB: an SQL connectivity library that is designed to provide platform and Database independent connectivity API similarly to what JDBC, ODBC and other connectivity libraries do http://cppcms.com/sql/cppdb/ 3 comments cpp
- Setting the Database Free with ActiveRecord’s Connection API http://www.daniel-azuma.com/blog/archives/216 4 comments rails
- "Stanford researcher exposes Microsoft's Wi-Fi database": Geolocating a MAC address using the Microsoft Live API demo http://elie.im/demo/geolive.php 22 comments netsec
- I have been tasked with creating a database using an api similar to Google maps API. See specifics inside. http://resources.arcgis.com/content/web/web-apis 4 comments learnprogramming