It transfers data from Firebird to PostgreSQL
The program creates tables, indexes and sequences. It doesn´t transfer the stored
procedures.
It is developed in C # with the Framework. NET 2.0.
Follow Firebird to PostgreSQL
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
Good job! it was very useful although I found a bug. The type float8 in postgres doesn't have precision, so the definition float8(8) is wrong. Any way I fixed that problem and everything went fine.